fix: [nomad-step-5] S5-fix-2 — staging.hcl command should be caddy file-server not file-server (#1007)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/nomad-validate Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/nomad-validate Pipeline was successful
ci/woodpecker/pr/secret-scan Pipeline was successful

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude 2026-04-18 10:35:59 +00:00
parent 1eac6d63e2
commit ec8791787d

View file

@ -67,6 +67,7 @@ job "staging" {
config { config {
image = "caddy:alpine" image = "caddy:alpine"
ports = ["http"] ports = ["http"]
command = "caddy"
args = ["file-server", "--root", "/srv/site"] args = ["file-server", "--root", "/srv/site"]
} }