summaryrefslogtreecommitdiff
path: root/Deploy.md
diff options
context:
space:
mode:
authoryyamashita <yyamashita@hetzner.yyamashita.com>2026-07-11 20:35:09 +0900
committeryyamashita <yyamashita@hetzner.yyamashita.com>2026-07-11 20:35:09 +0900
commit5b4aee69b4c6bf295bc44aad6171e17a0d80e63c (patch)
treec64e23a7ee1831725d6151179839428e3e05e46d /Deploy.md
parente14f9edcb95875e2519461690915ab3e25740e96 (diff)
Dedupe Caddyfile with snippets, sync docs with reality, add tests/check.sh
- Caddyfile: extract repeated header blocks into (noindex)/(crawler_bypass) snippets (adapted JSON verified byte-identical to previous config) - CLAUDE.md: add mosquitone-admin/microblog to repos table; document that proxy auth is disabled (PROXY_NO_AUTH=1) with JP-only IP filter instead - Deploy.md/caddy/README.md: reflect all-service deploy and forward proxy - tests/check.sh: shell/python syntax, repos.txt<->hooks<->sessions.txt consistency, app.py COMMANDS vs run-command.sh whitelist, secrets check Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Diffstat (limited to 'Deploy.md')
-rw-r--r--Deploy.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/Deploy.md b/Deploy.md
index dfa517b..9797459 100644
--- a/Deploy.md
+++ b/Deploy.md
@@ -17,9 +17,11 @@ ssh root@<server-ip> 'bash /app/infra/git/install.sh'
## 通常デプロイ
```bash
-git push origin master # Caddy 設定・cgit コンテナ更新(自動再ビルド含む)
+git push origin master # caddy / cgit / mail / hetzner-admin / vpn を再デプロイ(自動再ビルド含む)
```
+push 前に `bash tests/check.sh` で整合性チェックを実行できる。
+
## フック / リポジトリ定義を変更した場合
```bash