diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2022-12-06 08:02:48 -0500 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2022-12-06 08:02:48 -0500 |
commit | 1b6c20924b70c5e37621971012c95132a3a0c9d6 (patch) | |
tree | 7da145ff099539c09655165c4e78f7be85ebee66 /upload | |
parent | 3639d1fc7c22e4e16bf0afce2b6b98e5529d6609 (diff) |
Add upload script.
Diffstat (limited to 'upload')
-rwxr-xr-x | upload | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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/ |