diff options
author | Matthew Lemon <y@yulqen.org> | 2024-03-24 14:12:41 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-03-24 14:12:41 +0000 |
commit | bfceb9e58ea27ea9524a66435827545326328c1f (patch) | |
tree | f051af38514c6fdf9c66d85b6aac4c5bdc9c91ad /scripts/rsync_command | |
parent | 2aa3048e96ee9c9357a081d0f5a847508463fe45 (diff) |
tidy up the root folder for go-live
Diffstat (limited to 'scripts/rsync_command')
-rw-r--r-- | scripts/rsync_command | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rsync_command b/scripts/rsync_command new file mode 100644 index 0000000..63cef3f --- /dev/null +++ b/scripts/rsync_command @@ -0,0 +1 @@ +rsync -avzh . --exclude '.git/' --delete jo@jo.wark.yulqen.org:/var/www/html/ |