dev #5

Merged
zhangxiang merged 159 commits from dev into main 2026-04-12 17:39:08 +08:00
Showing only changes of commit 261742b15c - Show all commits
+6 -4
View File
@@ -371,9 +371,10 @@ steps:
environment:
WECHAT_WEBHOOK:
from_secret: wechat_webhook
depends_on:
- archive-to-main
commands:
- chmod +x scripts/notify-wechat.sh
- WECHAT_WEBHOOK="$WECHAT_WEBHOOK" ./scripts/notify-wechat.sh success
- sh scripts/notify-wechat.sh success
when:
event:
- push
@@ -388,9 +389,10 @@ steps:
environment:
WECHAT_WEBHOOK:
from_secret: wechat_webhook
depends_on:
- deploy-production
commands:
- chmod +x scripts/notify-wechat.sh
- WECHAT_WEBHOOK="$WECHAT_WEBHOOK" ./scripts/notify-wechat.sh failure
- sh scripts/notify-wechat.sh failure
when:
event:
- push