Created
September 9, 2016 11:27
-
-
Save ssx/109f4ad3b24dfd528ecb17f90f99242f to your computer and use it in GitHub Desktop.
Auto Deploy Couscous.io Docs to Laravel Forge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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