This commit is contained in:
parent
6ad7778377
commit
355ddf87c6
1 changed files with 1 additions and 1 deletions
|
|
@ -25,5 +25,5 @@ jobs:
|
|||
run: |
|
||||
echo "${{ secrets.FORGEJO_SSH }}" > /tmp/deploy_key
|
||||
chmod 600 /tmp/deploy_key
|
||||
scp -i /tmp/deploy_key -o StrictHostKeyChecking=no examples/resume_jm_tremblay_*.pdf jmopines@192.168.64.102:/var/www/jmopines/resume/
|
||||
scp -i /tmp/deploy_key -o StrictHostKeyChecking=no examples/resume_jm_tremblay_*.pdf ${{ vars.JMOPINES_USER }}@${{ vars.JMOPINES_IP }}:/var/www/jmopines/resume/
|
||||
rm /tmp/deploy_key
|
||||
Loading…
Reference in a new issue