test
Some checks failed
/ SSH connection tests (push) Failing after 0s

This commit is contained in:
Yann Kervran 2024-04-19 10:50:29 +02:00
parent a2f552b53b
commit f40fd719ce

View file

@ -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: |