diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 2588bba..fb6fbd1 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -47,8 +47,6 @@ jobs: chmod 700 ~/.ssh echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config - run: | - alias ssh="ssh -vv" - ssh -t root@193.1.99.120 'ls -lah' - export SSH_CONFIG_FILE="/home/gitea-runner/.ssh/config" + echo "${{ secrets.DEPLOY_KEY }}" | tr -d '\r' | ssh-add - colmena apply -v --on @active-dns --show-trace shell: bash \ No newline at end of file