]> git.dabkitsch.com - sfm-player.git/commitdiff
adding publish script
authorequilet <2237372+equilet@users.noreply.github.com>
Thu, 6 Apr 2023 00:05:26 +0000 (17:05 -0700)
committerequilet <2237372+equilet@users.noreply.github.com>
Thu, 6 Apr 2023 00:05:26 +0000 (17:05 -0700)
publish.sh [new file with mode: 0755]

diff --git a/publish.sh b/publish.sh
new file mode 100755 (executable)
index 0000000..56e6a5b
--- /dev/null
@@ -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
+