From 310085e9c7b0092025c7cf3f346f8ab0b66871d4 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 7 Aug 2024 12:14:35 +0100 Subject: [PATCH] ci: test a few things --- .forgejo/workflows/deploy.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 3415209..3f4710a 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -39,9 +39,7 @@ jobs: - 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 - run: colmena apply -v --on @active-dns \ No newline at end of file