Update composer istelf during deploy

This commit is contained in:
Jonny Barnes 2017-03-24 15:23:14 +00:00
parent 9b838ee88d
commit b4ddbbdf8b

View file

@ -3,7 +3,8 @@
echo "Putting the Laravel app in maintenance mode" echo "Putting the Laravel app in maintenance mode"
php artisan down php artisan down
echo "Updating composer dependencies" echo "Updating composer and dependencies"
composer self-update
composer install composer install
echo "Caching Laravel route and config files" echo "Caching Laravel route and config files"