From b8cff1ed6d544c4c66d81631a73dddfeb252b88a Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 7 Aug 2024 14:56:53 +0100 Subject: [PATCH] ci: more testing2 --- .forgejo/workflows/deploy.yaml | 1 + machines/vendetta.nix | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 69abcc4..f0c6c1c 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -46,5 +46,6 @@ jobs: mkdir -p ~/.ssh chmod 700 ~/.ssh echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config + ssh -vvv root@193.1.99.120 colmena apply -v --on @active-dns --show-trace shell: bash \ No newline at end of file diff --git a/machines/vendetta.nix b/machines/vendetta.nix index f259e4e..3cff501 100644 --- a/machines/vendetta.nix +++ b/machines/vendetta.nix @@ -33,7 +33,8 @@ in { deployment = { targetHost = ip_pub; targetPort = 22; - targetUser = "root"; + targetUser = null; + tags = ["active-dns" "dns"]; };