[main] Template update
Some checks failed
Build, Push, and Deploy to Nomad / docker-nomad (push) Failing after 4m20s
Some checks failed
Build, Push, and Deploy to Nomad / docker-nomad (push) Failing after 4m20s
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
job "{{PROJECT_NAME}}" {
|
||||
job "[[PROJECT_NAME]]" {
|
||||
region = "global"
|
||||
datacenters = ["dc1"]
|
||||
type = "service"
|
||||
@@ -42,7 +42,7 @@ job "{{PROJECT_NAME}}" {
|
||||
driver = "docker"
|
||||
|
||||
config {
|
||||
image = "registry.i80.dk/gitea/{{PROJECT_NAME}}:latest"
|
||||
image = "registry.i80.dk/gitea/[[PROJECT_NAME]]:latest"
|
||||
ports = ["port-app"]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user