fixing var
Some checks failed
/ checking (push) Successful in 16s
/ build-site (push) Successful in 18s
/ deploy-site (push) Failing after 7s

This commit is contained in:
Firq 2023-12-19 22:56:23 +01:00
parent 99bc471443
commit c348b10fa2
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -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: