This commit is contained in:
parent
fc4cd3b240
commit
b0dcb21038
1 changed files with 1 additions and 1 deletions
|
@ -28,4 +28,4 @@ jobs:
|
||||||
- name: Populate Key
|
- name: Populate Key
|
||||||
run: echo "${{ secrets.SRV06_DEPLOY_WEBSITE_SSH_KEY }}" > ~/.ssh/id_edsa
|
run: echo "${{ secrets.SRV06_DEPLOY_WEBSITE_SSH_KEY }}" > ~/.ssh/id_edsa
|
||||||
- name: Upload
|
- name: Upload
|
||||||
run: rsync --archive --stats -e 'ssh -i ~/.ssh/id_edsa -o StrictHostKeyChecking=no' public/ forgejo_actions_websites@srv06.lefuturiste.fr:/warmd/mbess/websites/hugo-sandbox/public
|
run: rsync --archive --stats -e 'ssh -i ~/.ssh/id_edsa -o StrictHostKeyChecking=no' public/ forgejo_actions_websites@srv06.lefuturiste.fr:/warmd/mbess/websites/hugo-sandbox-01/public
|
||||||
|
|
Loading…
Reference in a new issue