This commit is contained in:
parent
a38a07aab8
commit
90740f7e6c
1 changed files with 11 additions and 10 deletions
|
@ -39,7 +39,8 @@ jobs:
|
|||
# rm -rf ~/.ssh
|
||||
# echo "SSH Key removed."
|
||||
|
||||
- uses: https://github.com/mschmitt/rsync-with-ssh-agent@v2
|
||||
- name: Deploy to Host
|
||||
uses: https://github.com/mschmitt/rsync-with-ssh-agent@v2
|
||||
with:
|
||||
SSH_KEY: ${{ secrets.SSH_PRIV_KEY }}
|
||||
SSH_PASSPHRASE: ${{ secrets.SSH_PASSPHRASE }}
|
||||
|
|
Loading…
Reference in a new issue