Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions hooks/post-deploy-health.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# 觸發時機:AI 執行含 deploy/docker 的指令後
# 作用:部署後自動提醒跑 health check

[ -z "$1" ] && exit 0

CMD="$1"

# 偵測部署相關指令
Expand Down