fix reload php service on deploy
This commit is contained in:
@@ -26,7 +26,7 @@ echo "⚡ Optimizing application..."
|
|||||||
php artisan optimize:clear
|
php artisan optimize:clear
|
||||||
|
|
||||||
echo "🔄 Restarting PHP service..."
|
echo "🔄 Restarting PHP service..."
|
||||||
systemctl restart $PHP_VERSION-fpm
|
systemctl reload $PHP_VERSION-fpm
|
||||||
|
|
||||||
echo "🔁 Restarting Supervisor queue workers..."
|
echo "🔁 Restarting Supervisor queue workers..."
|
||||||
supervisorctl stop all
|
supervisorctl stop all
|
||||||
|
|||||||
Reference in New Issue
Block a user