Known hosts
Some checks failed
Build and copy to prod / build-and-copy (push) Failing after 1m49s

This commit is contained in:
Lewis Dale 2024-03-07 14:26:07 +00:00
parent e63b2e6921
commit 4ec0e4098f

View File

@ -23,5 +23,6 @@ jobs:
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
- name: Copy _site to prod
run: scp -rp _site/ ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/var/www/html