ninth version
Deploy / Test, build and deploy (push) Failing after 1m6s

This commit is contained in:
2026-06-08 14:25:44 +00:00
parent e8b7d8e27c
commit 20cc8506ad
21 changed files with 847 additions and 148 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ func main() {
halt := flag.Bool("halt", false, "manually set HALT and stop new automated actions")
unhalt := flag.Bool("unhalt", false, "manually clear HALT after reconciliation")
reason := flag.String("reason", "", "audit reason for -halt or -unhalt")
health := flag.Bool("healthcheck", false, "check local /health endpoint")
healthURL := flag.String("healthcheck-url", "", "healthcheck URL; default http://127.0.0.1:3300/health")
health := flag.Bool("healthcheck", false, "check local /ready endpoint")
healthURL := flag.String("healthcheck-url", "", "healthcheck URL; default http://127.0.0.1:3300/ready")
flag.Parse()
if err := app.Run(context.Background(), app.Options{