using webfactory/ssh-agent
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 7s
All checks were successful
Build and Deploy Resume Site / setup-website-content (push) Successful in 7s
This commit is contained in:
parent
934e710e78
commit
080d0c4f7c
@ -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"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user