From 2c10f3551e5626b9288e19c67f5ef0769f783723 Mon Sep 17 00:00:00 2001 From: "Ronald A. Richardson" Date: Tue, 25 Feb 2025 20:06:51 +0800 Subject: [PATCH] dont run octane reload on deploy --- api/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/deploy.sh b/api/deploy.sh index 46a98d1d..4ff661cc 100755 --- a/api/deploy.sh +++ b/api/deploy.sh @@ -36,4 +36,4 @@ php artisan route:cache php artisan registry:init # Restart octane -php artisan octane:reload +# php artisan octane:reload