ci + ansible
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
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
|
||||
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
|
||||
token_env: RUNNER_TOKEN_GATEHOUSE_UI
|
||||
count: 1
|
||||
Reference in New Issue
Block a user