diff options
author | Matthew Lemon <y@yulqen.org> | 2024-03-23 12:16:06 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-03-23 12:16:06 +0000 |
commit | 5539d3d0b3e919c1c1806317edbd6b17c6f3735b (patch) | |
tree | 8592a6bcce4c4ceb48a1a1e5d6053fdf583bcc78 | |
parent | ae107e00c3779aae4d6439b2f86ea0dcc8cd6fb9 (diff) | |
parent | a63d98e0801747aea4cc22b2233eec8470819599 (diff) |
Merge branch 'master' of ssh://git.yulqen.org:2222/home/git/repositories/html/jo-rebrand
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | rsync_command | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -124,7 +124,7 @@ </div> <div> <p> - I design quality, clear educational resources which can be downloaded + I design and make quality, clear educational resources which can be downloaded from my <a href="https://www.tes.com/teaching-resources/shop/joannalemon" target="_blank">TES shop</a> for free. </p> </div> diff --git a/rsync_command b/rsync_command new file mode 100644 index 0000000..63cef3f --- /dev/null +++ b/rsync_command @@ -0,0 +1 @@ +rsync -avzh . --exclude '.git/' --delete jo@jo.wark.yulqen.org:/var/www/html/ |