Blue Green
Some checks failed
Build, Push, and Blue/Green Deploy to Nomad / docker-nomad (push) Failing after 38s

This commit is contained in:
Henrik Jess
2024-12-20 10:11:25 +01:00
parent 0b66a49d07
commit 459f51808f

View File

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