diff --git a/README.md b/README.md index e625d6d..642c62a 100644 --- a/README.md +++ b/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. 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 ```