This should work, but does not!
Jekyll / jekyll (pull_request) Failing after 27s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-24 10:54:36 +02:00
parent 5ab12dda46
commit 279a9dd94f
1 changed files with 2 additions and 3 deletions

View File

@ -69,10 +69,9 @@ jobs:
echo "WEB_HOST=${WEB_HOST}" >> $GITHUB_ENV echo "WEB_HOST=${WEB_HOST}" >> $GITHUB_ENV
echo "WEB_CONTEXT=${WEB_CONTEXT}" >> $GITHUB_ENV echo "WEB_CONTEXT=${WEB_CONTEXT}" >> $GITHUB_ENV
# Synchronize the local and the remote site # Synchronize the local and the remote site
rsync -halvi \ rsync -halvi --delete \
-e "ssh -a -x -o StrictHostKeyChecking=no" \ -e "ssh -a -x -o StrictHostKeyChecking=no" \
./_site/ www@lafs.eval.latfa.net:/var/www/site/ ./_site/ "${WEB_USER}@${WEB_DOMAIN}:${WEB_ROOT}${WEB_CONTEXT}"
#"./_site/" "${WEB_USER}@${WEB_DOMAIN}:${WEB_ROOT}${WEB_CONTEXT}"
continue-on-error: true continue-on-error: true
- name: Comment pull request - name: Comment pull request
id: comment_pull_request id: comment_pull_request