update
Some checks failed
/ test (push) Failing after 13s

This commit is contained in:
Matthieu Bessat 2023-11-06 18:00:54 +01:00
parent 0e10a644be
commit c260b0dc6a
2 changed files with 1 additions and 5 deletions

View file

@ -28,4 +28,4 @@ jobs:
- name: Populate Key
run: echo "${{ secrets.SRV06_DEPLOY_WEBSITE_SSH_KEY }}" > ~/.ssh/id_edsa
- name: Upload
run: rsync --archive --stats -e 'ssh -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/public