Files
LifeFaq/.gitea/workflows/nomad-blue.hcl
Henrik Jess 459f51808f
Some checks failed
Build, Push, and Blue/Green Deploy to Nomad / docker-nomad (push) Failing after 38s
Blue Green
2024-12-20 10:11:25 +01:00

16 lines
241 B
HCL

job "lifefaq-blue" {
group "app" {
task "lifefaq" {
driver = "docker"
config {
image = "registry.i80.dk/gitea/lifefaq:latest"
}
resources {
cpu = 500
memory = 256
}
}
}
}