Copy files with scp at end of workflow
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 7s
Some checks failed
Build and Deploy Resume Site / setup-website-content (push) Failing after 7s
This commit is contained in:
parent
080d0c4f7c
commit
cce93bd520
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user