diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 5d3b1931..276e4a9c 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -9,7 +9,7 @@ git pull echo "Updating composer and dependencies" sudo composer self-update -composer install --no-dev +composer install --no-dev --optimize-autoloader echo "Caching Laravel route and config files" php artisan route:cache