Skip to content

Commit 259315b

Browse files
config: Add Railway deployment configuration for website
1 parent cea760f commit 259315b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

website/railway.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[build]
2+
builder = "nixpacks"
3+
buildCommand = "npm run build:railway"
4+
5+
[deploy]
6+
startCommand = "npm start"
7+
healthcheckPath = "/"
8+
healthcheckTimeout = 300
9+
restartPolicyType = "on_failure"
10+
restartPolicyMaxRetries = 3

0 commit comments

Comments
 (0)