diff --git a/.gitea/workflows/nomad-blue.hcl b/.gitea/workflows/nomad-blue.hcl new file mode 100644 index 0000000..262f547 --- /dev/null +++ b/.gitea/workflows/nomad-blue.hcl @@ -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 + } + } + } +} \ No newline at end of file