summaryrefslogtreecommitdiff
path: root/Deploy.md
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 /Deploy.md
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 'Deploy.md')
-rw-r--r--Deploy.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Deploy.md b/Deploy.md
index 81f60ac..dfa517b 100644
--- a/Deploy.md
+++ b/Deploy.md
@@ -17,7 +17,7 @@ ssh root@<server-ip> 'bash /app/infra/git/install.sh'
## 通常デプロイ
```bash
-git push origin master # Caddy 設定・コンテナ更新
+git push origin master # Caddy 設定・cgit コンテナ更新(自動再ビルド含む)
```
## フック / リポジトリ定義を変更した場合