doc: updated documentation for how to manually push updates
This commit is contained in:
parent
165c4645bf
commit
2fc64d34b5
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -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.
|
One such case is the ``@active-gitlab`` 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``
|
||||||
|
|
||||||
|
```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
|
```shell
|
||||||
|
colmena apply
|
||||||
|
colmena apply --on @active-dns
|
||||||
colmena apply --on @active-gitlab
|
colmena apply --on @active-gitlab
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue