From: Gabriel Dunne Date: Mon, 10 Dec 2018 04:51:02 +0000 (-0800) Subject: Publish scripts X-Git-Url: https://git.dabkitsch.com/?a=commitdiff_plain;h=cbc42be91d2edd3ae883f35ab4cb79e4a94c75b3;p=jekyll-site.git Publish scripts --- 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