summaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
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"