fix(ci): start ssh agent
Some checks failed
Deploy to SFTP Server / build (push) Failing after 7m13s

This commit is contained in:
max_richter 2024-04-07 20:11:47 +02:00
parent 2df825187e
commit 94b60be9b6

View File

@ -57,6 +57,7 @@ jobs:
- name: 🔑 Set up SSH Key - name: 🔑 Set up SSH Key
run: | run: |
eval `ssh-agent -s`
echo "$SSH_PRIVATE_KEY" > /tmp/id_rsa echo "$SSH_PRIVATE_KEY" > /tmp/id_rsa
chmod 600 /tmp/id_rsa chmod 600 /tmp/id_rsa
ssh-add /tmp/id_rsa ssh-add /tmp/id_rsa