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"]; };