pub / stagit-scripts

Building src.jayvii.de with stagit
git clone https://src.jayvii.de/pub/stagit-scripts.git
Home | Log | Files | Exports | Refs | README | RSS

commit da2f1410b8ba3706ab1b8e3608ee88290c9fb453
parent 70d97b6ba6b3084d4dd9330950f4837a9ca34110
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Fri, 18 Oct 2024 14:38:57 +0200

fix: use more restrictive filemode on deployment

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -3,7 +3,7 @@ # Deployment for git post-update hook git-hook-deploy: - rsync -rlptD --chown=${USER}:www-data --chmod=770 ./ ~/ \ + rsync -rlptD --chown=${USER}:www-data --chmod=750 ./ ~/ \ --exclude=".git/*" \ --exclude=".resue/*" \ --exclude="examples/*" \