ci: more testing

This commit is contained in:
silver 2024-08-07 13:58:50 +01:00
parent 348fd82284
commit b60433e5eb

View file

@ -46,4 +46,9 @@ jobs:
mkdir -p ~/.ssh
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' && colmena apply -v --on @active-dns
- run: |
alias ssh="ssh -vv"
ssh -t root@193.1.99.120 'ls -lah'
export SSH_CONFIG_FILE="/home/gitea-runner/.ssh/config"
colmena apply -v --on @active-dns
shell: bash