fix: switch over to usign `active-git instead of active-gitlab`
All checks were successful
Build_Deploy / linter (push) Successful in 4s
Build_Deploy / build (push) Successful in 14s
Build_Deploy / deploy_dns (push) Successful in 50s
Build_Deploy / deploy_active (active) (push) Successful in 1m1s
Build_Deploy / deploy_active (active-core) (push) Successful in 1m16s
Build_Deploy / deploy_active (active-ext) (push) Successful in 30s

This commit is contained in:
silver 2025-01-09 22:53:14 +00:00
parent 078e12cbd7
commit b46eca16b0
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
6 changed files with 9 additions and 9 deletions

View file

@ -37,7 +37,7 @@ jobs:
# - run: colmena build -v --on @active-core # - run: colmena build -v --on @active-core
# - run: colmena build -v --on @active # - run: colmena build -v --on @active
# - run: colmena build -v --on @active-ext # - run: colmena build -v --on @active-ext
# - run: colmena build -v --on @active-gitlab # - run: colmena build -v --on @active-git
deploy_dns: deploy_dns:
runs-on: nix runs-on: nix

View file

@ -8,5 +8,5 @@ jobs:
runs-on: nix runs-on: nix
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: colmena apply -v --on @active-gitlab --show-trace - run: colmena apply -v --on @active-git --show-trace
shell: bash shell: bash

View file

@ -124,7 +124,7 @@ build:
- colmena build -v --on @active-core - colmena build -v --on @active-core
- colmena build -v --on @active - colmena build -v --on @active
- colmena build -v --on @active-ext - colmena build -v --on @active-ext
- colmena build -v --on @active-gitlab - colmena build -v --on @active-git
# dns always has to be deployed first # dns always has to be deployed first
deploy_dns: deploy_dns:
@ -167,5 +167,5 @@ deploy_gitlab:
<<: *deployment <<: *deployment
stage: deploy_gitlab stage: deploy_gitlab
script: script:
- colmena apply -v --on @active-gitlab - colmena apply -v --on @active-git
when: manual when: manual

View file

@ -43,7 +43,7 @@ colmena build --on @active-dns
Deploying is putting (apply-ing) the config tat was built onto the server, there is no need to build first, it will automatically do so. Deploying is putting (apply-ing) the config tat was built onto the server, there is no need to build first, it will automatically do so.
While the ***recommended way of deploying is using the CI/CD process*** there are times when you will have to manually deploy the config. While the ***recommended way of deploying is using the CI/CD process*** there are times when you will have to manually deploy the config.
One such case is the ``@active-gitlab`` group if either Gitlab or Gitlab-runner got updated. One such case is the ``@active-git`` group if either Gitlab or Gitlab-runner got updated.
Another is if ye have fecked up DNS. Another is if ye have fecked up DNS.
Your ``~/.ssh/config`` should be set up as follows and you should be a member of ``skynet-admins-linux`` Your ``~/.ssh/config`` should be set up as follows and you should be a member of ``skynet-admins-linux``
@ -60,10 +60,10 @@ Then you can run the following commands like so:
```shell ```shell
colmena apply colmena apply
colmena apply --on @active-dns colmena apply --on @active-dns
colmena apply --on @active-gitlab colmena apply --on @active-git
``` ```
The CI/CD pipeline has a manual job that can be triggered to update ``@active-gitlab`` if you know it wont cause issues. The CI/CD pipeline has a manual job that can be triggered to update ``@active-git`` if you know it wont cause issues.
### Agenix ### Agenix

View file

@ -35,7 +35,7 @@ in {
targetPort = 22; targetPort = 22;
targetUser = null; targetUser = null;
tags = ["active-gitlab"]; tags = ["active-git"];
}; };
services.skynet = { services.skynet = {

View file

@ -33,7 +33,7 @@ in {
targetPort = 22; targetPort = 22;
targetUser = null; targetUser = null;
tags = ["active-gitlab"]; tags = ["active-git"];
}; };
services.skynet = { services.skynet = {