13 lines
455 B
YAML
13 lines
455 B
YAML
RUNNER_VERSION: "0.2.11"
|
|
RUNNER_DOWNLOAD_URL: "https://dl.gitea.com/act_runner/{{ RUNNER_VERSION }}/act_runner-{{ RUNNER_VERSION }}-linux-amd64"
|
|
RUNNER_TOKEN:
|
|
RUNNER_INSTANCE: https://git.exampe.com/
|
|
RUNNER_NAME: gitea-runner
|
|
RUNNER_USER: svc-gitea-runner
|
|
RUNNER_GROUP: "{{ RUNNER_USER }}"
|
|
RUNNER_DIR: "/opt/{{ RUNNER_USER }}"
|
|
RUNNER_SERVICE_NAME: "{{ RUNNER_NAME }}.service"
|
|
RUNNER_DOWNLOAD_DIR: /tmp
|
|
RUNNER_LABELS:
|
|
- REPLACE_ME
|
|
RUNNER_REDEPLOY: false |