From f36f250700f2f2c500c716258f0d23c5559cde59 Mon Sep 17 00:00:00 2001 From: arifal Date: Thu, 20 Mar 2025 20:19:38 +0700 Subject: [PATCH] fix supervisorctl syntax on deploy --- deploy.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 582db8e..b30c8b2 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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!" \ No newline at end of file