Compare commits
No commits in common. "3019a22f9d0c80384fb8b32c46ca9aedb3143c8d" and "b9ee39dc55363579ca171ecb783fa0e7dc62bfad" have entirely different histories.
3019a22f9d
...
b9ee39dc55
2 changed files with 0 additions and 7 deletions
|
|
@ -18,9 +18,3 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: resume
|
name: resume
|
||||||
path: examples/resume_jm_tremblay*.pdf
|
path: examples/resume_jm_tremblay*.pdf
|
||||||
- name: Deploy
|
|
||||||
run: |
|
|
||||||
echo "${{ secrets.FORGEJO_SSH }}" > /tmp/deploy_key
|
|
||||||
chmod 600 /tmp/deploy_key
|
|
||||||
ssh -i /tmp/deploy_key -o StrictHostKeyChecking=no jmopines@192.168.64.102 "echo connected"
|
|
||||||
rm /tmp/deploy_key
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
hello
|
|
||||||
Loading…
Reference in a new issue