using webfactory/ssh-agent
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 7s

This commit is contained in:
shockrah 2024-09-11 21:27:56 -07:00
parent 934e710e78
commit 080d0c4f7c

View File

@ -23,5 +23,3 @@ jobs:
uses: webfactory/ssh-agent@v0.9.0 uses: webfactory/ssh-agent@v0.9.0
with: with:
ssh-private-key: ${{ secrets.PRIVATE_KEY }} 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"