fix railway build cmd, cron not main

This commit is contained in:
2024-09-25 10:13:29 -05:00
parent 10e5039360
commit 98babafb0f

View File

@@ -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