From 2fc64d34b5de2731f09c6aad7a116cf290a45a59 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sat, 30 Sep 2023 23:35:46 +0100 Subject: [PATCH] doc: updated documentation for how to manually push updates --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 ```