fix(ci): start ssh agent
Some checks failed
Deploy to SFTP Server / build (push) Failing after 7m13s
Some checks failed
Deploy to SFTP Server / build (push) Failing after 7m13s
This commit is contained in:
parent
2df825187e
commit
94b60be9b6
1
.github/workflows/default.yaml
vendored
1
.github/workflows/default.yaml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user