From cbc42be91d2edd3ae883f35ab4cb79e4a94c75b3 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Sun, 9 Dec 2018 20:51:02 -0800 Subject: [PATCH] Publish scripts --- publish.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index 8970979..a2f48f4 100755 --- a/publish.sh +++ b/publish.sh @@ -2,4 +2,5 @@ jekyll build -rsync -avz _site/ jlubow@dabkitsch.com:/home/jlubow/dabkitsch.com/ # --delete +# note: this blasts away the folder and replaces it with a fresh copy (--delete) +rsync -avz _site/ jlubow@dabkitsch.com:/home/jlubow/dabkitsch.com/ --delete -- 2.34.1