summaryrefslogtreecommitdiff
path: root/cgit/deploy.sh
diff options
context:
space:
mode:
authoryyamashita <yyamashita@hetzner.yyamashita.com>2026-05-17 22:02:49 +0900
committeryyamashita <yyamashita@hetzner.yyamashita.com>2026-05-17 22:02:49 +0900
commit5bf46bbac5feda06ec10575c6293974d80b2e3df (patch)
treeb5485bb47f9e9eb9f104913ac6e9e26e886b6902 /cgit/deploy.sh
parentedb99c9da2198482345a1c3fc9f24a115d0aa62a (diff)
Fix cgit CSS/JS 404 and update docsHEADmaster
- lighttpd.conf: exempt static files from CGI rewrite - deploy.sh: add --build to rebuild image on config changes - CLAUDE.md, Deploy.md: add cgit directory and deploy notes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'cgit/deploy.sh')
-rw-r--r--cgit/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit/deploy.sh b/cgit/deploy.sh
index f8b3f40..276b188 100644
--- a/cgit/deploy.sh
+++ b/cgit/deploy.sh
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")"
-docker compose up -d
+docker compose up -d --build