# SPDX-License-Identifier: AGPL-3.0-or-later
# SPDX-FileCopyrightText: 2024 JayVii <jayvii[AT]posteo[DOT]de>

# Deployment for git post-update hook
git-hook-deploy:
	rsync -rlptD --chown=${USER}:www-data --chmod=770 ./ ~/bin/ \
		--exclude=".git/*" \
		--exclude=".resue/*" \
		--exclude="Makefile" \
		--exclude="README"
