Files
todoist-late-reset/railway.json

9 lines
177 B
JSON

{
"$schema": "https://railway.app/railway.schema.json",
"build": {
"buildCommand": "go build -o out ./cmd/cron"
},
"deploy": {
"restartPolicyMaxRetries": 3
}
}