From: equilet <2237372+equilet@users.noreply.github.com> Date: Thu, 6 Apr 2023 00:27:17 +0000 (-0700) Subject: updated publish to be accurate X-Git-Tag: v1.0^0 X-Git-Url: https://git.dabkitsch.com/?a=commitdiff_plain;h=c905f033afb2b3497fec9924f77366a894498a9a;p=sfm-player.git updated publish to be accurate --- diff --git a/publish.sh b/publish.sh index 56e6a5b..a9d5456 100755 --- a/publish.sh +++ b/publish.sh @@ -1,5 +1,4 @@ #!/bin/sh # note: this blasts away the folder and replaces it with a fresh copy (--delete) -rsync -avz . jlubow@dabkitsch.com:/home/jlubow/dabkitsch.com/sfm_test/custom_player/ --delete - +rsync -avzP . jlubow@dabkitsch.com:/home/jlubow/sketch.dabkitsch.com/custom_player/ --delete --exclude publish.sh --exclude .git