Forgot private key in with config
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
19e05b5901
commit
88acf5221a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user