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

This commit is contained in:
silver 2024-08-07 14:43:48 +01:00
parent 4ae0a3f8e1
commit ce04dca2d6

View file

@ -46,7 +46,5 @@ jobs:
mkdir -p ~/.ssh
chmod 700 ~/.ssh
echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
- run: |
echo "${{ secrets.DEPLOY_KEY }}" | tr -d '\r' | ssh-add -
colmena apply -v --on @active-dns --show-trace
shell: bash