From 1b6c20924b70c5e37621971012c95132a3a0c9d6 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 6 Dec 2022 08:02:48 -0500 Subject: Add upload script. --- upload | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 upload 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/ -- cgit v1.2.3