From 750a858a4768c431ff498936352b32ef2060bb1c Mon Sep 17 00:00:00 2001 From: Nathan Bergey Date: Tue, 5 Nov 2019 15:33:59 -0500 Subject: [PATCH] Make deploy: use rsync --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 575c200..be6739a 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ favicon.ico: favicon.svg rm favicon*.png deploy: public - scp -r public/* natronics.org:/var/www + rsync -avh public/* natronics.org:/var/www clean: rm -rf public