ensure job is on client
All checks were successful
Build, Test & Publish / Build (push) Successful in 29s
Build, Test & Publish / Build and Publish Container Image (push) Successful in 39s
Build, Test & Publish / Deploy to Infrastructure (push) Successful in 30s

This commit is contained in:
2025-11-12 14:11:19 +11:00
parent 10e2eaa16b
commit 0d15ac8d01

View File

@@ -7,6 +7,12 @@ job "code-snippets" {
datacenters = ["dc1"] datacenters = ["dc1"]
type = "service" type = "service"
constraint {
operator = "="
attribute = "${meta.machine_role}"
value = "client"
}
group "code-snippets" { group "code-snippets" {
count = 1 count = 1