From e91ebbea157e2343d4c22e5763501a9538fb06ca Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Sun, 12 Feb 2023 00:30:14 -0800 Subject: [PATCH] Add comment to template file --- template.nomad | 2 ++ 1 file changed, 2 insertions(+) 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}" }