Skip to content

Instantly share code, notes, and snippets.

@ssx
Created September 9, 2016 11:27
Show Gist options
  • Select an option

  • Save ssx/109f4ad3b24dfd528ecb17f90f99242f to your computer and use it in GitHub Desktop.

Select an option

Save ssx/109f4ad3b24dfd528ecb17f90f99242f to your computer and use it in GitHub Desktop.
Auto Deploy Couscous.io Docs to Laravel Forge
cd /home/forge/docs.mysite.com
git pull origin master
composer install --no-interaction --no-dev --prefer-dist
rm -rf /home/forge/docs.mysite.com/public/*
vendor/bin/couscous generate
mv .couscous/generated/* public/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment