From 5d540bc27fd7427255217583c869d3232415bf91 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Mon, 23 Mar 2020 21:10:43 +0100 Subject: [PATCH] Feat: move rsync upload destination --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6eaac84..aa3f712 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,8 @@ FTP_TARGET_DIR=/ SSH_HOST=localhost SSH_CONF=Embrevade -SSH_TARGET_DIR=/var/docker/opytex.org/www/ +#SSH_TARGET_DIR=/var/docker/opytex.org/www/ +SSH_TARGET_DIR=/home/sshcontent/opytex.org/www/ S3_BUCKET=my_s3_bucket