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 ]
|
# needs: [ linter, build ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
# setup deploy key
|
|
||||||
- run: |
|
- run: |
|
||||||
whoami
|
# whoami
|
||||||
eval $(ssh-agent -s)
|
# eval $(ssh-agent -s)
|
||||||
echo "${{ secrets.DEPLOY_KEY }}" | tr -d '\r' | ssh-add -
|
# echo "${{ secrets.DEPLOY_KEY }}" | tr -d '\r' | ssh-add -
|
||||||
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
|
||||||
ssh -vvv root@193.1.99.120
|
|
||||||
colmena apply -v --on @active-dns --show-trace
|
colmena apply -v --on @active-dns --show-trace
|
||||||
shell: bash
|
shell: bash
|
|
@ -36,8 +36,6 @@ in {
|
||||||
targetUser = null;
|
targetUser = null;
|
||||||
|
|
||||||
tags = ["active-dns" "dns"];
|
tags = ["active-dns" "dns"];
|
||||||
|
|
||||||
sshOptions = ["-vv"];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|
Loading…
Reference in a new issue