We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1998c93 commit 15315a9Copy full SHA for 15315a9
Procfile
@@ -0,0 +1 @@
1
+release: yarn migrate:apply
railway.json
@@ -0,0 +1,16 @@
+{
2
+ "$schema": "https://railway.app/railway.schema.json",
3
+ "build": {
4
+ "builder": "NIXPACKS",
5
+ "buildCommand": "yarn workspace @interval.so/api build"
6
+ },
7
+ "deploy": {
8
+ "healthcheckPath": "/health",
9
+ "healthcheckTimeout": 10,
10
+ "numReplicas": 1,
11
+ "restartPolicyMaxRetries": 3,
12
+ "restartPolicyType": "ALWAYS",
13
+ "startCommand": "node ./apps/api/build/bin/server.js",
14
+ "runtime": "V2"
15
+ }
16
+}
0 commit comments