From 514af66cc3cfa44bc6dca98c625647a698f7f9cf Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 16 Aug 2021 13:45:05 +0200 Subject: Add auto-deploy for blog.jaseg.de --- gitolite.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gitolite.rc') diff --git a/gitolite.rc b/gitolite.rc index 2c1169b..c94cbdf 100644 --- a/gitolite.rc +++ b/gitolite.rc @@ -74,7 +74,7 @@ # suggested locations for site-local gitolite code (see cust.html) # this one is managed directly on the server - # LOCAL_CODE => "$ENV{HOME}/local", + LOCAL_CODE => "$ENV{HOME}/local", # or you can use this, which lets you put everything in a subdirectory # called "local" in your gitolite-admin repo. For a SECURITY WARNING @@ -164,7 +164,7 @@ # 'cgit', # allow repo-specific hooks to be added - # 'repo-specific-hooks', + 'repo-specific-hooks', # performance, logging, monitoring... -- cgit