Force nomad re-deploy

This commit is contained in:
Elara 2023-02-12 00:26:44 -08:00
parent 29e008c590
commit 84fa3d0c29
1 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,10 @@ job "site" {
task "nginx" {
driver = "docker"
env {
COMMIT_SHA = "${DRONE_COMMIT_SHA}"
}
config {
image = "nginx:latest"