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:
@@ -19,5 +19,7 @@ jobs:
|
|||||||
run: hugo
|
run: hugo
|
||||||
- name: Setup SSH to copy files up to remote webserver
|
- name: Setup SSH to copy files up to remote webserver
|
||||||
uses: webfactory/ssh-agent@v0.9.0
|
uses: webfactory/ssh-agent@v0.9.0
|
||||||
|
with:
|
||||||
|
ssh-private-key: ${{ secrets.PRIVATE_KEY }}
|
||||||
- name: SCP Files to resume web server
|
- name: SCP Files to resume web server
|
||||||
run: "scp -o UserKnownHostsFile=/dev/null -r public/ $ssh_target:$remote_path"
|
run: "scp -o UserKnownHostsFile=/dev/null -r public/ $ssh_target:$remote_path"
|
||||||
|
|||||||
Reference in New Issue
Block a user