From 4e7fd4c33e24f38c059a568fd0cb8ef83a9bd696 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Mon, 15 Nov 2021 12:36:10 +0100 Subject: Makefile: Set correct permissions explicitly Make sure that the web server on the remote side can read all files regardless of the permission bits on the local development side (which may accidentally be left as 700 or 600). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-2-gb3c3