From d25556cecc5fadcf03e703d9be4451eb0ba9e9e6 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 7 Aug 2024 15:10:58 +0100 Subject: [PATCH] ci: clean up testing --- .forgejo/workflows/deploy.yaml | 14 ++++++-------- machines/vendetta.nix | 2 -- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index f0c6c1c..958b00d 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -38,14 +38,12 @@ jobs: # needs: [ linter, build ] steps: - uses: actions/checkout@v4 - # setup deploy key - run: | - whoami - eval $(ssh-agent -s) - echo "${{ secrets.DEPLOY_KEY }}" | tr -d '\r' | ssh-add - - mkdir -p ~/.ssh - chmod 700 ~/.ssh - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config - ssh -vvv root@193.1.99.120 +# whoami +# eval $(ssh-agent -s) +# echo "${{ secrets.DEPLOY_KEY }}" | tr -d '\r' | ssh-add - +# mkdir -p ~/.ssh +# chmod 700 ~/.ssh +# echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config 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 6806d07..3cff501 100644 --- a/machines/vendetta.nix +++ b/machines/vendetta.nix @@ -36,8 +36,6 @@ in { targetUser = null; tags = ["active-dns" "dns"]; - - sshOptions = ["-vv"]; }; networking = {