Skip to content

Instantly share code, notes, and snippets.

@benallfree
Created August 4, 2014 02:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benallfree/57e933e44b1a26c36390 to your computer and use it in GitHub Desktop.
Save benallfree/57e933e44b1a26c36390 to your computer and use it in GitHub Desktop.
Update script for Laravel+Composer
#!/bin/bash
export HOME=/home/samplesale
git pull origin master
/usr/local/bin/composer install
php artisan migrate -n
chmod -R 755 .
chmod -R 775 app/storage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment