fix supervisorctl syntax on deploy

This commit is contained in:
arifal
2025-03-20 20:19:38 +07:00
parent 2c5da87856
commit f36f250700

View File

@@ -29,9 +29,7 @@ echo "🔄 Restarting PHP service..."
systemctl reload $PHP_VERSION-fpm
echo "🔁 Restarting Supervisor queue workers..."
supervisorctl stop all
supervisorctl reload
supervisorctl start all
php artisan up
echo "🚀 Deployment completed successfully!"