Fix the deploy script
This commit is contained in:
parent
cdd8666ad6
commit
b9a80a7c00
2 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,7 @@ php artisan route:cache
|
|||
php artisan config:cache
|
||||
|
||||
echo "Restarting the queue daemon"
|
||||
sudo systemctl restart supervisorctl
|
||||
sudo supervisorctl restart all
|
||||
|
||||
echo "Bringing the Laravel app back online"
|
||||
php artisan up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue