From: equilet <2237372+equilet@users.noreply.github.com> Date: Thu, 6 Apr 2023 00:05:26 +0000 (-0700) Subject: adding publish script X-Git-Tag: v1.0~1 X-Git-Url: https://git.dabkitsch.com/?a=commitdiff_plain;h=1b292c38d7ab8f0da319bc1720feb99927deaff2;p=sfm-player.git adding publish script --- diff --git a/publish.sh b/publish.sh new file mode 100755 index 0000000..56e6a5b --- /dev/null +++ b/publish.sh @@ -0,0 +1,5 @@ +#!/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 +