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

This commit is contained in:
Yann Kervran 2024-04-19 10:46:06 +02:00
parent 1b4ae32c31
commit 5badf1b570

View file

@ -37,6 +37,7 @@ jobs:
mkdir -p ~/.ssh/
- name: Install SSH key to proper place
run: |
touch ~/.ssh/id_rsa
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
ssh-keyscan -H ${{ secrets.SSH_HOST }} > ~/.ssh/known_hosts
- name: Connect and check