Update "internal" label to "fighter"
This commit is contained in:
parent
8969fd92ae
commit
ef6fe3d757
@ -7,7 +7,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Deploy-to-Fighter:
|
Deploy-to-Fighter:
|
||||||
runs-on: internal
|
runs-on: fighter
|
||||||
steps:
|
steps:
|
||||||
- name: Pull latest code onto Fighter via SSH
|
- name: Pull latest code onto Fighter via SSH
|
||||||
uses: appleboy/ssh-action@master
|
uses: appleboy/ssh-action@master
|
||||||
|
@ -27,3 +27,11 @@ Allow migrating from specific domains.
|
|||||||
[migrations]
|
[migrations]
|
||||||
ALLOWED_DOMAINS = gitlab.jafner.net, *.github.com, github.com
|
ALLOWED_DOMAINS = gitlab.jafner.net, *.github.com, github.com
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Re-register Gitea Runners
|
||||||
|
To force the runners to re-register (to apply updated labels, for example).
|
||||||
|
|
||||||
|
1. Stop and remove the containers. Run `docker ps -aq --filter name="gitea_runner-*" | xargs docker stop | xargs docker rm`.
|
||||||
|
2. Delete the `.runner` files for each runner. Run `find ~/data/gitea/ -name ".runner" -delete`.
|
||||||
|
3. Bring the runners back up. Run `docker compose up -d` from the gitea directory.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
CONFIG_FILE=/config.yaml
|
CONFIG_FILE=/config.yaml
|
||||||
GITEA_INSTANCE_URL=https://gitea.jafner.tools
|
GITEA_INSTANCE_URL=https://gitea.jafner.tools
|
||||||
GITEA_RUNNER_NAME=fighter1
|
GITEA_RUNNER_NAME=fighter1
|
||||||
GITEA_RUNNER_LABELS=ubuntu-latest:docker://node:16-bullseye,ubuntu-22.04:docker://node:16-bullseye,ubuntu-20.04:docker://node:16-bullseye,ubuntu-18.04:docker://node:16-buster,internal,fighter
|
GITEA_RUNNER_LABELS=ubuntu-latest:docker://node:16-bullseye,ubuntu-22.04:docker://node:16-bullseye,ubuntu-20.04:docker://node:16-bullseye,ubuntu-18.04:docker://node:16-buster,fighter
|
||||||
|
Loading…
Reference in New Issue
Block a user