From d4779b549e51a2999a640747525c39f37f41b012 Mon Sep 17 00:00:00 2001 From: lemurianmage Date: Thu, 2 Jul 2026 16:09:38 +0200 Subject: post-receive hook test --- GNUmakefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index e5da114..b95157e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -22,10 +22,6 @@ compress: build # for gzip-static, check the openbsd httpd.conf(5) man page find out/ -type f -exec grep -Il . {} \; \ -exec gzip -k {} \; -publish: compress build - rsync -rcvP --delete out/ \ - lemurianmage@slimegirl.nexus:/var/www/htdocs/slimegirl.nexus - clean: rm -r out/ -- cgit v1.2.3