tweak deploy script

This commit is contained in:
Jonny Barnes 2017-09-08 21:07:11 +01:00
parent 12b0c12a43
commit 220d34c58a

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