From 220d34c58af44ec0d071777a2298c080f1ab6eca Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 8 Sep 2017 21:07:11 +0100 Subject: [PATCH] tweak deploy script --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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