From 1b292c38d7ab8f0da319bc1720feb99927deaff2 Mon Sep 17 00:00:00 2001 From: equilet <2237372+equilet@users.noreply.github.com> Date: Wed, 5 Apr 2023 17:05:26 -0700 Subject: [PATCH] adding publish script --- publish.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 publish.sh 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 + -- 2.34.1