fixing var
This commit is contained in:
parent
99bc471443
commit
c348b10fa2
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ jobs:
|
|||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
known_hosts: unnecessary
|
||||
- name: Adding Known Hosts
|
||||
run: ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
|
||||
run: ssh-keyscan -H ${{ secrets.DEPLOY_HOST }} >> ~/.ssh/known_hosts
|
||||
- name: stop + cleanup
|
||||
uses: https://github.com/appleboy/ssh-action@master
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue