From d73d759d7182dee5103c430b96cfd3f86dbc721e Mon Sep 17 00:00:00 2001 From: Benjamin Bertrand Date: Thu, 18 Aug 2016 09:44:07 +0300 Subject: [PATCH] mod rsync_upload for Embrevade --- documentation/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/documentation/Makefile b/documentation/Makefile index 5c686ac..fc633f8 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -176,8 +176,10 @@ pseudoxml: @echo @echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml." -SSH_CONF=kimsufi -SSH_TARGET_DIR=/var/www/opytex.org/pymath +#SSH_CONF=kimsufi +#SSH_TARGET_DIR=/var/www/opytex.org/pymath +SSH_CONF=Embrevade +SSH_TARGET_DIR=/var/docker/opytex.org/www/pymath rsync_upload: html rsync -e "ssh" -P -rvzc --delete $(BUILDDIR)/html/ $(SSH_CONF):$(SSH_TARGET_DIR) --cvs-exclude