Nomad changes again
Some checks failed
Deploy continuwuity to Nomad / nomad job run continuwuity (push) Failing after 59s

This commit is contained in:
2026-06-29 16:28:14 +02:00
parent d9eaa82435
commit 678a4afe5e
2 changed files with 27 additions and 2 deletions

View File

@@ -127,8 +127,9 @@ EOF
}
config {
# TODO: pin to a released tag instead of :latest before going to prod.
image = "forgejo.ellis.link/continuwuation/continuwuity:latest"
# Mirrored from upstream into registry.i80.dk by the deploy workflow.
# Must match IMAGE in .gitea/workflows/deploy.yml.
image = "registry.i80.dk/continuwuity:latest"
ports = ["http"]
force_pull = true # required with :latest — otherwise Nomad reuses the cached image on redeploy
}