From df742ac5eaf9d4e991d53da84a60c2251bc3c947 Mon Sep 17 00:00:00 2001 From: ykiakao Date: Mon, 18 May 2026 23:23:45 -0500 Subject: [PATCH] fix deploy --- railway.json | 1 - 1 file changed, 1 deletion(-) diff --git a/railway.json b/railway.json index 3709f70..c780d22 100644 --- a/railway.json +++ b/railway.json @@ -5,7 +5,6 @@ }, "deploy": { "startCommand": "php artisan serve --host=0.0.0.0 --port=$PORT", - "preDeployCommand": "php artisan migrate --force", "healthcheckPath": "/health", "healthcheckTimeout": 300, "restartPolicyType": "ON_FAILURE",