forked from DGNum/infrastructure
feat(gitea-actions-runner): Setup a second identical runner
This commit is contained in:
parent
ab694c03b6
commit
942e75460c
1 changed files with 12 additions and 0 deletions
|
@ -25,6 +25,18 @@ in {
|
|||
|
||||
settings = { container.network = "host"; };
|
||||
};
|
||||
|
||||
runner02 = {
|
||||
enable = true;
|
||||
|
||||
inherit url;
|
||||
token = "m0rUDBxxkMb6xLTmPFwIieHswJFROqPFByPlT3V9";
|
||||
name = "storage01 [debian]";
|
||||
|
||||
labels = [ "debian-latest:docker://node:20-bookworm" ];
|
||||
|
||||
settings = { container.network = "host"; };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue