From 6734f44f39a979b66d3deedafd65474b9c9195ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Lima?= Date: Wed, 17 Jul 2024 16:15:12 +0100 Subject: [PATCH] wip --- seeder.railway.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seeder.railway.json b/seeder.railway.json index 9e9bb91..d553bfa 100644 --- a/seeder.railway.json +++ b/seeder.railway.json @@ -4,6 +4,6 @@ "builder": "NIXPACKS" }, "deploy": { - "startCommand": "php artisan migrate --force --seed --no-interaction --isolated --database=pgsql" + "startCommand": "sh -c 'php artisan migrate --force --seed --no-interaction --isolated'" } }