mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 09:14:17 +02:00
updated with ssh-agent
This commit is contained in:
parent
f6930d8861
commit
77fce86936
1
.github/workflows/eslint copy.yml
vendored
1
.github/workflows/eslint copy.yml
vendored
@ -28,5 +28,6 @@ jobs:
|
||||
steps:
|
||||
- name: ssh
|
||||
run: |
|
||||
eval `ssh-agent -s`
|
||||
ssh-add - <<< "$DEPLOY_PRIVATE_KEY"
|
||||
ssh ${DEPLOY_HOST} -C "echo $HOST"
|
||||
|
Loading…
x
Reference in New Issue
Block a user