ci: lets go backaaaaaaaaqweadadsasdasdasdasd
All checks were successful
Build_Deploy / deploy_dns (push) Successful in 1m12s

This commit is contained in:
silver 2024-08-07 20:17:40 +01:00
parent 72aebfd9b4
commit badb7566a9

View file

@ -40,12 +40,6 @@ jobs:
- 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 -vv root@193.1.99.120
ssh -vvv root@193.1.99.120
colmena apply -v --on vendetta --show-trace
shell: bash