Do not block Railway deploy on migrations

This commit is contained in:
2026-05-18 22:36:34 -05:00
parent dd1d5afd00
commit 99810f0695

View File

@@ -4,7 +4,6 @@
"builder": "RAILPACK" "builder": "RAILPACK"
}, },
"deploy": { "deploy": {
"preDeployCommand": "php artisan migrate --force",
"healthcheckPath": "/api/health", "healthcheckPath": "/api/health",
"healthcheckTimeout": 100, "healthcheckTimeout": 100,
"restartPolicyType": "ON_FAILURE", "restartPolicyType": "ON_FAILURE",