uncomment horizon command from deploy script

This commit is contained in:
Jonny Barnes 2017-09-13 18:12:33 +01:00
parent d267479581
commit 33186bfd85

View file

@ -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