Add comment to template file

This commit is contained in:
Elara 2023-02-12 00:30:14 -08:00
parent 84fa3d0c29
commit e91ebbea15
1 changed files with 2 additions and 0 deletions

View File

@ -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}"
}