From 99810f069508cdd488e4889832e8d18464a63ddc Mon Sep 17 00:00:00 2001 From: ykiakao Date: Mon, 18 May 2026 22:36:34 -0500 Subject: [PATCH] Do not block Railway deploy on migrations --- railway.json | 1 - 1 file changed, 1 deletion(-) diff --git a/railway.json b/railway.json index c630f34..fb8262f 100644 --- a/railway.json +++ b/railway.json @@ -4,7 +4,6 @@ "builder": "RAILPACK" }, "deploy": { - "preDeployCommand": "php artisan migrate --force", "healthcheckPath": "/api/health", "healthcheckTimeout": 100, "restartPolicyType": "ON_FAILURE",