Copy files with scp at end of workflow
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 7s

This commit is contained in:
shockrah 2024-09-11 21:28:58 -07:00
parent 080d0c4f7c
commit cce93bd520

View File

@ -23,3 +23,5 @@ jobs:
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"