Compare commits
2 commits
b9ee39dc55
...
3019a22f9d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3019a22f9d | ||
|
|
ddef74e2d8 |
2 changed files with 7 additions and 0 deletions
|
|
@ -18,3 +18,9 @@ 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
new_file.txt
Normal file
1
new_file.txt
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
hello
|
||||||
Loading…
Reference in a new issue