Compare commits

..

2 commits

Author SHA1 Message Date
Jean-Michel Tremblay
3019a22f9d trying to ssh into jmopines web server
All checks were successful
Build Resume / build (push) Successful in 2s
2026-04-19 21:23:46 -04:00
Jean-Michel Tremblay
ddef74e2d8 my test on new branch 2026-04-19 16:08:20 -04:00
2 changed files with 7 additions and 0 deletions

View file

@ -18,3 +18,9 @@ jobs:
with:
name: resume
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
View file

@ -0,0 +1 @@
hello