parent
a2f552b53b
commit
f40fd719ce
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "Preparing copy"
|
echo "Preparing copy"
|
||||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
|
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
|
||||||
|
- name: Adding knwon hosts
|
||||||
|
run: |
|
||||||
ssh-keyscan -H ${{ secrets.SSH_HOST }} > ~/.ssh/known_hosts
|
ssh-keyscan -H ${{ secrets.SSH_HOST }} > ~/.ssh/known_hosts
|
||||||
- name: Connect and check
|
- name: Connect and check
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue