ci: check if setting root as teh user helps2
Some checks failed
Build_Deploy / deploy_dns (push) Failing after 44s

This commit is contained in:
silver 2024-08-07 13:33:11 +01:00
parent 0ef2ecd9f4
commit 4537ae741f

View file

@ -46,4 +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: colmena apply -v --on @active-dns - run: alias ssh="ssh -vv" && colmena apply -v --on @active-dns