Forgot private key in with config
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 7s

This commit is contained in:
shockrah 2024-09-05 21:19:08 -07:00
parent 19e05b5901
commit 88acf5221a

View File

@ -19,5 +19,7 @@ jobs:
run: hugo
- name: Setup SSH to copy files up to remote webserver
uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.PRIVATE_KEY }}
- name: SCP Files to resume web server
run: "scp -o UserKnownHostsFile=/dev/null -r public/ $ssh_target:$remote_path"