doc: updated documentation for how to manually push updates

This commit is contained in:
silver 2023-09-30 23:35:46 +01:00
parent 165c4645bf
commit 2fc64d34b5

View file

@ -46,7 +46,20 @@ While the ***recommended way of deploying is using the CI/CD process*** there ar
One such case is the ``@active-gitlab`` group if either Gitlab or Gitlab-runner got updated.
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``
```ini
Host *.skynet.ie 193.1.99.* 193.1.96.165
User username
IdentityFile ~/.ssh/skynet/username
IdentitiesOnly yes
```
Then you can run the following commands like so:
```shell
colmena apply
colmena apply --on @active-dns
colmena apply --on @active-gitlab
```