feat: handle upgrade job

This commit is contained in:
2024-12-13 15:00:43 +03:30
parent 89702d287a
commit 9b219d967e
12 changed files with 147 additions and 127 deletions

View File

@@ -4,7 +4,7 @@ tmp_dir = "tmp"
[build]
args_bin = []
bin = "./tmp/main"
bin = ";set -o allexport && source ./.env && set +o allexport; ./tmp/main"
cmd = "go build -o ./tmp/main ./cmd/operator"
delay = 1000
exclude_dir = ["assets", "tmp", "vendor", "testdata"]