Update composer istelf during deploy
This commit is contained in:
parent
9b838ee88d
commit
b4ddbbdf8b
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
|||
echo "Putting the Laravel app in maintenance mode"
|
||||
php artisan down
|
||||
|
||||
echo "Updating composer dependencies"
|
||||
echo "Updating composer and dependencies"
|
||||
composer self-update
|
||||
composer install
|
||||
|
||||
echo "Caching Laravel route and config files"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue