From 7e8e89ef2e2b2302c92e03429e43be9b1db08d49 Mon Sep 17 00:00:00 2001 From: yyamashita Date: Sun, 17 May 2026 17:19:10 +0900 Subject: Add cgit web interface at git.yyamashita.com Co-Authored-By: Claude Sonnet 4.6 --- git/hooks/hetzner-infra/post-receive | 1 + 1 file changed, 1 insertion(+) (limited to 'git/hooks') diff --git a/git/hooks/hetzner-infra/post-receive b/git/hooks/hetzner-infra/post-receive index d41659b..9d57ad5 100755 --- a/git/hooks/hetzner-infra/post-receive +++ b/git/hooks/hetzner-infra/post-receive @@ -2,4 +2,5 @@ set -e GIT_WORK_TREE=/app/infra git checkout -f bash /app/infra/caddy/deploy.sh +bash /app/infra/cgit/deploy.sh echo "Deploy complete: hetzner-infra" -- cgit v1.2.3