ci: clean up testing

This commit is contained in:
silver 2024-08-07 15:10:58 +01:00
parent 56141d240d
commit d25556cecc
2 changed files with 6 additions and 10 deletions

View file

@ -38,14 +38,12 @@ jobs:
# needs: [ linter, build ]
steps:
- uses: actions/checkout@v4
# setup deploy key
- run: |
whoami
eval $(ssh-agent -s)
echo "${{ secrets.DEPLOY_KEY }}" | tr -d '\r' | ssh-add -
mkdir -p ~/.ssh
chmod 700 ~/.ssh
echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
ssh -vvv root@193.1.99.120
# whoami
# eval $(ssh-agent -s)
# echo "${{ secrets.DEPLOY_KEY }}" | tr -d '\r' | ssh-add -
# mkdir -p ~/.ssh
# chmod 700 ~/.ssh
# echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
colmena apply -v --on @active-dns --show-trace
shell: bash

View file

@ -36,8 +36,6 @@ in {
targetUser = null;
tags = ["active-dns" "dns"];
sshOptions = ["-vv"];
};
networking = {