ci: check if setting root as teh user helps2
Some checks failed
Build_Deploy / deploy_dns (push) Failing after 33s
Some checks failed
Build_Deploy / deploy_dns (push) Failing after 33s
This commit is contained in:
parent
4537ae741f
commit
348fd82284
1 changed files with 1 additions and 1 deletions
|
@ -46,4 +46,4 @@ jobs:
|
|||
mkdir -p ~/.ssh
|
||||
chmod 700 ~/.ssh
|
||||
echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
|
||||
- run: alias ssh="ssh -vv" && colmena apply -v --on @active-dns
|
||||
- run: alias ssh="ssh -vv" && ssh -t root@193.1.99.120 'ls -lah' && colmena apply -v --on @active-dns
|
Loading…
Reference in a new issue