From 5114fa6cdaaffba9b7f5b8b6709fc694c6c2e005 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Mon, 9 Sep 2019 23:34:44 +0200 Subject: Uses a less brutal way to upload TO. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5cbbcae..a1c308e 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ all: $(PREPROCESSOR_RESULT) build $(WWW_DIR) $(MODULES_WWW) upload_to: $(MAKE) CONFIG_FILE=conf/tacticians.conf - scp -r $(WWW_DIR)/* procyon_:/static_content_node/www/ + rsync -avz -L -e "ssh" $(WWW_DIR) procyon_:/static_content_node/ build: for module in $(MODULES_SRC) ; do \ -- cgit v1.2.3-70-g09d2