diff --git a/jobs/services/gh-actions-runner.hcl b/jobs/services/gh-actions-runner.hcl new file mode 100644 index 0000000..eb94ef5 --- /dev/null +++ b/jobs/services/gh-actions-runner.hcl @@ -0,0 +1,59 @@ +job "github-actions-runner" { + datacenters = ["aperture"] + + type = "service" + + meta { + version = "2.320.0" + sha256 = "93ac1b7ce743ee85b5d386f5c1787385ef07b3d7c728ff66ce0d3813d5f46900" + } + + group "github-actions" { + count = 3 + + spread { + attribute = "${node.unique.id}" + weight = 100 + } + + task "actions-runner" { + driver = "raw_exec" + # user = "nomad" + + config { + command = "/bin/bash" + args = ["${NOMAD_TASK_DIR}/bootstrap.sh"] + } + template { + data = <