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