generated from hjess/PythonTemplateProject
Blue Green
Some checks failed
Build, Push, and Blue/Green Deploy to Nomad / docker-nomad (push) Failing after 38s
Some checks failed
Build, Push, and Blue/Green Deploy to Nomad / docker-nomad (push) Failing after 38s
This commit is contained in:
16
.gitea/workflows/nomad-blue.hcl
Normal file
16
.gitea/workflows/nomad-blue.hcl
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user