add more gitlab runners
This commit is contained in:
parent
4eb4883603
commit
5ca9022ae8
1 changed files with 10 additions and 0 deletions
|
@ -13,6 +13,16 @@
|
|||
registrationConfigFile = config.age.secrets.gitlab-runner.path;
|
||||
dockerImage = "alpine:latest";
|
||||
};
|
||||
beta = {
|
||||
description = "Relms-Beta";
|
||||
registrationConfigFile = config.age.secrets.gitlab-runner.path;
|
||||
dockerImage = "alpine:latest";
|
||||
};
|
||||
charlie = {
|
||||
description = "Relms-Charlie";
|
||||
registrationConfigFile = config.age.secrets.gitlab-runner.path;
|
||||
dockerImage = "alpine:latest";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Reference in a new issue