tangled
alpha
login
or
join now
linkat.blue
/
linkat
6
fork
atom
Create your Link in Bio for Bluesky
6
fork
atom
overview
issues
pulls
pipelines
preDeployCommandに戻す
mkizka.dev
1 year ago
d11234a8
f8202f3c
+3
-2
1 changed file
expand all
collapse all
unified
split
railway.json
+3
-2
railway.json
···
1
1
{
2
2
"$schema": "https://railway.com/railway.schema.json",
3
3
"deploy": {
4
4
-
"startCommand": "/bin/sh -c \"pnpm prisma db push --skip-generate && pnpm start\"",
5
5
-
"healthcheckPath": "/health"
4
4
+
"preDeployCommand": "pnpm prisma db push --skip-generate",
5
5
+
"healthcheckPath": "/health",
6
6
+
"healthcheckTimeout": 60
6
7
}
7
8
}