fix(Notifications): Add supervisor and worker during deployment)
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 26h10m24s

This commit is contained in:
2026-04-29 17:09:34 +02:00
parent 3710bccd5a
commit 7111b70c65

View File

@@ -118,6 +118,9 @@ jobs:
echo "[<>] Restarting queue workers..."
php artisan queue:restart || true
sudo supervisorctl reread
sudo supervisorctl update
sudo supervisorctl restart roxane-worker:*
echo "[OK] Roxane deployed successfully to preprod!"
EOF