1 # SPDX-License-Identifier: AGPL-3.0-or-later 2 # SPDX-FileCopyrightText: 2024 JayVii <jayvii[AT]posteo[DOT]de> 3 4 # Deployment for git post-update hook 5 git-hook-deploy: 6 rsync -rlptD --chown=${USER}:www-data --chmod=770 ./ ~/bin/ \ 7 --exclude=".git/*" \ 8 --exclude=".resue/*" \ 9 --exclude="Makefile" \ 10 --exclude="README"