test
All checks were successful
Build Resume / build (push) Successful in 3s

This commit is contained in:
Jean-Michel Tremblay 2026-04-19 22:05:35 -04:00
parent 5ec9a2e7e1
commit 6ad7778377

View file

@ -25,6 +25,5 @@ jobs:
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 "mkdir -p ~/resume"
scp -i /tmp/deploy_key -o StrictHostKeyChecking=no examples/resume_jm_tremblay_*.pdf jmopines@192.168.64.102:~/resume/
scp -i /tmp/deploy_key -o StrictHostKeyChecking=no examples/resume_jm_tremblay_*.pdf jmopines@192.168.64.102:/var/www/jmopines/resume/
rm /tmp/deploy_key