diff --git a/template.nomad b/template.nomad index 5681caf..ad0f6da 100644 --- a/template.nomad +++ b/template.nomad @@ -16,6 +16,8 @@ job "site" { driver = "docker" env { + // Hack to force Nomad to re-deploy the service + // instead of ignoring it COMMIT_SHA = "${DRONE_COMMIT_SHA}" }