Last active
August 29, 2015 14:24
-
-
Save todiadiyatmo/306b9f7787bca60433cd to your computer and use it in GitHub Desktop.
Post Receive
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
#!/bin/sh | |
git --work-tree=/home/tiga/tiga-make --git-dir=/home/tiga/repo/site.git checkout -f | |
cd /home/tiga/tiga-make | |
chmod 755 . -R | |
/usr/local/bin/php /usr/local/bin/composer install | |
/usr/local/bin/php artisan tiga-make:clean | |
/usr/local/bin/php artisan asset:dist | |
/usr/local/bin/php artisan optimize |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment