ci: more testing2
Some checks failed
Build_Deploy / deploy_dns (push) Failing after 8s

This commit is contained in:
silver 2024-08-07 14:42:53 +01:00
parent 6577cb346f
commit 4ae0a3f8e1

View file

@ -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