Skip to content

Instantly share code, notes, and snippets.

@todiadiyatmo
Last active August 29, 2015 14:24
Show Gist options
  • Save todiadiyatmo/306b9f7787bca60433cd to your computer and use it in GitHub Desktop.
Save todiadiyatmo/306b9f7787bca60433cd to your computer and use it in GitHub Desktop.
Post Receive
#!/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