ci: add gitea + runner
This commit is contained in:
@@ -3,13 +3,13 @@ runner_env: prod
|
||||
|
||||
runners:
|
||||
- project: gatehouse-api
|
||||
url: https://github.com/CoryHawkless/gatehouse-api
|
||||
label: prod-secuird-runner # matches runs-on: in push-main.yml
|
||||
url: https://source.hawkless.id.au/coryHawkvelt/gatehouse-api
|
||||
labels: "self-hosted:host,linux:host,prod:host,prod-gatehouse-api:host"
|
||||
token_env: RUNNER_TOKEN_GATEHOUSE_API
|
||||
count: 1
|
||||
|
||||
- project: gatehouse-ui
|
||||
url: https://github.com/CoryHawkless/gatehouse-ui # TODO: confirm UI repo URL
|
||||
label: prod-gatehouse-ui # TODO: confirm UI workflow runs-on label
|
||||
url: https://source.hawkless.id.au/coryHawkvelt/gatehouse-ui
|
||||
labels: "self-hosted:host,linux:host,prod:host"
|
||||
token_env: RUNNER_TOKEN_GATEHOUSE_UI
|
||||
count: 1
|
||||
|
||||
Reference in New Issue
Block a user