diff --git a/deploy.sh b/deploy.sh index 0d7ca306..c16a2e4e 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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"