summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ca04d36..4d2a5a5 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,6 @@ clean:
rm -f posts/*.html index.html atom.xml style.css
deploy: site
- @rsync -avhR $(POSTS_HTML) posts/img fonts index.html style.css logo.{svg,webp} atom.xml coleridge:www/oriole.systems/
+ @rsync -avhR --chmod=D755,F644 $(POSTS_HTML) posts/img fonts index.html style.css logo.{svg,webp} atom.xml coleridge:www/oriole.systems/
.PHONY: clean deploy site