mirror of
https://github.com/Xevion/todoist-late-reset.git
synced 2025-12-07 11:16:44 -06:00
Add nixpacks build command fix via Railway CoC
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
.env
|
.env
|
||||||
.vscode
|
.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