summaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
authoryyamashita <yyamashita@hetzner.yyamashita.com>2026-05-17 17:19:10 +0900
committeryyamashita <yyamashita@hetzner.yyamashita.com>2026-05-17 17:19:10 +0900
commit7e8e89ef2e2b2302c92e03429e43be9b1db08d49 (patch)
treee1e34abb26d098c55b46a5d2703b0757bea3a0a1 /git
parentdd7142e08cd66656514c7468ce12be72674900a5 (diff)
Add cgit web interface at git.yyamashita.com
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'git')
-rwxr-xr-xgit/hooks/hetzner-infra/post-receive1
1 files changed, 1 insertions, 0 deletions
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"