From bbeea35746be0b4323ff37aa58932f92d0a67a0a Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 7 Aug 2024 20:07:06 +0100 Subject: [PATCH] ci: lets go back --- .forgejo/workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 91d439e..8082aeb 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -34,10 +34,11 @@ jobs: # - run: colmena build -v --on @active-gitlab deploy_dns: - runs-on: nix + runs-on: ubuntu-latest # needs: [ linter, build ] steps: - uses: actions/checkout@v4 + # setup deploy key - run: | whoami eval $(ssh-agent -s) @@ -45,6 +46,5 @@ jobs: mkdir -p ~/.ssh chmod 700 ~/.ssh echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config - ssh root@193.1.99.120 - colmena apply -v --on vendetta --show-trace + colmena apply -v --on @active-dns --show-trace shell: bash \ No newline at end of file