This commit is contained in:
parent
6577cb346f
commit
4ae0a3f8e1
1 changed files with 1 additions and 3 deletions
|
@ -47,8 +47,6 @@ jobs:
|
||||||
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
|
||||||
- run: |
|
- run: |
|
||||||
alias ssh="ssh -vv"
|
echo "${{ secrets.DEPLOY_KEY }}" | tr -d '\r' | ssh-add -
|
||||||
ssh -t root@193.1.99.120 'ls -lah'
|
|
||||||
export SSH_CONFIG_FILE="/home/gitea-runner/.ssh/config"
|
|
||||||
colmena apply -v --on @active-dns --show-trace
|
colmena apply -v --on @active-dns --show-trace
|
||||||
shell: bash
|
shell: bash
|
Loading…
Reference in a new issue