mirror of
https://github.com/Xevion/todoist-late-reset.git
synced 2025-12-06 09:16:44 -06:00
fix railway build cmd, cron not main
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://railway.app/railway.schema.json",
|
"$schema": "https://railway.app/railway.schema.json",
|
||||||
"build": {
|
"build": {
|
||||||
"buildCommand": "go build -o out ./cmd/main"
|
"buildCommand": "go build -o out ./cmd/cron"
|
||||||
},
|
},
|
||||||
"deploy": {
|
"deploy": {
|
||||||
"restartPolicyMaxRetries": 3
|
"restartPolicyMaxRetries": 3
|
||||||
|
|||||||
Reference in New Issue
Block a user