diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 7115511e..5d3b1931 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -2,7 +2,7 @@ echo "Putting the Laravel app in maintenance mode" php artisan down -#php artisan horizon:terminate +php artisan horizon:terminate echo "Pulling the latest changes" git pull