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