mirror of
https://github.com/Xevion/todoist-late-reset.git
synced 2025-12-07 05:16:48 -06:00
Add nixpacks build command fix via Railway CoC
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
.env
|
||||
.vscode
|
||||
/main
|
||||
9
railway.json
Normal file
9
railway.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "https://railway.app/railway.schema.json",
|
||||
"build": {
|
||||
"buildCommand": "go build -o out ./cmd/main"
|
||||
},
|
||||
"deploy": {
|
||||
"restartPolicyMaxRetries": 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user