From 33186bfd85263e0c18545bba917fe0a451cae9b1 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Wed, 13 Sep 2017 18:12:33 +0100 Subject: [PATCH] uncomment horizon command from 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