Try rsync before deploying
Jekyll / jekyll (pull_request) Failing after 26s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-24 10:56:01 +02:00
parent 279a9dd94f
commit 41145ffb89
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,9 @@ jobs:
run: |
echo "${{ secrets.WWW_DEPLOY_KEY }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
rsync -n -halvi \
-e "ssh -a -x -o StrictHostKeyChecking=no" \
./_site/ www@lafs.eval.latfa.net:/var/www/site/
- name: Deploy Jekyll site
id: deploy_site
run: |