ci: clean up testing
This commit is contained in:
parent
56141d240d
commit
d25556cecc
2 changed files with 6 additions and 10 deletions
|
@ -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
|
|
@ -36,8 +36,6 @@ in {
|
|||
targetUser = null;
|
||||
|
||||
tags = ["active-dns" "dns"];
|
||||
|
||||
sshOptions = ["-vv"];
|
||||
};
|
||||
|
||||
networking = {
|
||||
|
|
Loading…
Reference in a new issue