ci: lets go backaaaaaaaaqweadadsasdasdasdasd
All checks were successful
Build_Deploy / deploy_dns (push) Successful in 1m12s
All checks were successful
Build_Deploy / deploy_dns (push) Successful in 1m12s
This commit is contained in:
parent
72aebfd9b4
commit
badb7566a9
1 changed files with 1 additions and 7 deletions
|
@ -40,12 +40,6 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
# setup deploy key
|
# setup deploy key
|
||||||
- run: |
|
- run: |
|
||||||
whoami
|
ssh -vvv root@193.1.99.120
|
||||||
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
|
|
||||||
colmena apply -v --on vendetta --show-trace
|
colmena apply -v --on vendetta --show-trace
|
||||||
shell: bash
|
shell: bash
|
Loading…
Reference in a new issue