Test previous rsync args
Jekyll / jekyll (pull_request) Failing after 26s
Details
Jekyll / jekyll (pull_request) Failing after 26s
Details
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
3de7adb4a6
commit
6c0c6216a6
|
@ -71,7 +71,9 @@ jobs:
|
|||
# Synchronize the local and the remote site
|
||||
rsync -halvi --delete \
|
||||
-e "ssh -a -x -o StrictHostKeyChecking=no" \
|
||||
"./_site/" "${WEB_USER}@${WEB_DOMAIN}:${WEB_ROOT}${WEB_CONTEXT}"
|
||||
./_site/ www@lafs.eval.latfa.net:/var/www/site/
|
||||
#"./_site/" "${WEB_USER}@${WEB_DOMAIN}:${WEB_ROOT}${WEB_CONTEXT}"
|
||||
continue-on-error: true
|
||||
- name: Comment pull request
|
||||
id: comment_pull_request
|
||||
if: gitea.event_name == 'pull_request'
|
||||
|
|
Loading…
Reference in New Issue