uncomment horizon command from deploy script
This commit is contained in:
parent
d267479581
commit
33186bfd85
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
echo "Putting the Laravel app in maintenance mode"
|
echo "Putting the Laravel app in maintenance mode"
|
||||||
php artisan down
|
php artisan down
|
||||||
#php artisan horizon:terminate
|
php artisan horizon:terminate
|
||||||
|
|
||||||
echo "Pulling the latest changes"
|
echo "Pulling the latest changes"
|
||||||
git pull
|
git pull
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue