mod ssh push config for Embrevade

This commit is contained in:
Benjamin Bertrand 2016-08-18 09:41:55 +03:00
parent 4cf7f19fad
commit 1cfcebb665
1 changed files with 4 additions and 2 deletions

View File

@ -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