ci: more testing
Some checks failed
Build_Deploy / deploy_dns (push) Failing after 33s

This commit is contained in:
silver 2024-08-07 12:55:34 +01:00
parent 3298840cc9
commit 6cc808a4a5

View file

@ -46,6 +46,4 @@ jobs:
mkdir -p ~/.ssh mkdir -p ~/.ssh
chmod 700 ~/.ssh chmod 700 ~/.ssh
echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
- run: | - run: colmena apply -v --on @active-dns
alias ssh='ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=~/.ssh/known_hosts -F ~/.ssh/config'
colmena apply -v --on @active-dns