]> git.dabkitsch.com - jekyll-site.git/commitdiff
Publish scripts
authorGabriel Dunne <gdunne@quilime.com>
Mon, 10 Dec 2018 04:51:02 +0000 (20:51 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Mon, 10 Dec 2018 04:51:02 +0000 (20:51 -0800)
publish.sh

index 89709790bc650576812204af70595617bad1c510..a2f48f4685fbc5b365ccdd8c940696c5a376e5e3 100755 (executable)
@@ -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