fix(Notifications): Add supervisor and worker during deployment)
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 26h10m24s
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 26h10m24s
This commit is contained in:
@@ -118,6 +118,9 @@ jobs:
|
|||||||
|
|
||||||
echo "[<>] Restarting queue workers..."
|
echo "[<>] Restarting queue workers..."
|
||||||
php artisan queue:restart || true
|
php artisan queue:restart || true
|
||||||
|
sudo supervisorctl reread
|
||||||
|
sudo supervisorctl update
|
||||||
|
sudo supervisorctl restart roxane-worker:*
|
||||||
|
|
||||||
echo "[OK] Roxane deployed successfully to preprod!"
|
echo "[OK] Roxane deployed successfully to preprod!"
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user