diff options
| author | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-05-17 22:02:49 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-05-17 22:02:49 +0900 |
| commit | 5bf46bbac5feda06ec10575c6293974d80b2e3df (patch) | |
| tree | b5485bb47f9e9eb9f104913ac6e9e26e886b6902 /Deploy.md | |
| parent | edb99c9da2198482345a1c3fc9f24a115d0aa62a (diff) | |
- 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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 コンテナ更新(自動再ビルド含む) ``` ## フック / リポジトリ定義を変更した場合 |
