summaryrefslogtreecommitdiff
path: root/Deploy.md
diff options
context:
space:
mode:
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