From c905f033afb2b3497fec9924f77366a894498a9a Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Wed, 5 Apr 2023 17:27:17 -0700 Subject: [PATCH] updated publish to be accurate --- publish.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.34.1