updated with ssh-agent

This commit is contained in:
Chris Hall 2022-09-14 08:51:48 -07:00
parent f6930d8861
commit 77fce86936

View File

@ -28,5 +28,6 @@ jobs:
steps:
- name: ssh
run: |
eval `ssh-agent -s`
ssh-add - <<< "$DEPLOY_PRIVATE_KEY"
ssh ${DEPLOY_HOST} -C "echo $HOST"