summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2022-12-06 08:02:48 -0500
committerDavid Thompson <dthompson@vistahigherlearning.com>2022-12-06 08:02:48 -0500
commit1b6c20924b70c5e37621971012c95132a3a0c9d6 (patch)
tree7da145ff099539c09655165c4e78f7be85ebee66
parent3639d1fc7c22e4e16bf0afce2b6b98e5529d6609 (diff)
Add upload script.
-rwxr-xr-xupload9
1 files changed, 9 insertions, 0 deletions
diff --git a/upload b/upload
new file mode 100755
index 0000000..5ebde79
--- /dev/null
+++ b/upload
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+rsync -P -rvz --relative --delete \
+ css/*.css \
+ fonts/*.woff \
+ images/*.svg \
+ js/*.js \
+ index.html \
+ publish@dthompson.us:/var/www/files/intensive-garden-planner/