Force nomad re-deploy
This commit is contained in:
parent
29e008c590
commit
84fa3d0c29
@ -14,6 +14,10 @@ job "site" {
|
|||||||
|
|
||||||
task "nginx" {
|
task "nginx" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
|
|
||||||
|
env {
|
||||||
|
COMMIT_SHA = "${DRONE_COMMIT_SHA}"
|
||||||
|
}
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "nginx:latest"
|
image = "nginx:latest"
|
||||||
|
Loading…
Reference in New Issue
Block a user