We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2dfc31 commit f8cff09Copy full SHA for f8cff09
1 file changed
servers.tf
@@ -42,7 +42,7 @@ resource "hcloud_server" "github_runner" {
42
"echo 'github-runner ALL=(ALL:ALL)NOPASSWD:ALL' > /etc/sudoers.d/github-runner",
43
"chown -R github-runner /srv",
44
"chmod +x /srv/setup-runner.sh /srv/gh-runner-cli",
45
- "mv /srv/actions-runner/run.sh /srv/actions-runner/run.sh.old"
+ "mv /srv/actions-runner/run.sh /srv/actions-runner/run.sh.old",
46
"su github-runner -c '/srv/setup-runner.sh ${var.github_authentication_user} ${var.github_authentication_token} ${var.github_repository_owner} ${var.github_repository_name} ${var.github_actions_runner_labels} ${var.github_actions_runner_replace_existing}'"
47
]
48
}
0 commit comments