fix: ci
Some checks failed
Deploy to SFTP Server / build (push) Failing after 7s

This commit is contained in:
max_richter 2024-04-07 21:15:19 +02:00
parent f9833fa5eb
commit 13f3312bb2

View File

@ -19,6 +19,7 @@ jobs:
- name: 🔑 Set up SSH Key
run: |
echo "$SSH_PRIVATE_KEY" > /tmp/id_rsa
chmod 600 /tmp/id_rsa
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}