@@ -21,24 +21,20 @@ steps:
path: /drone/src/dist
- name: 成功通知
- image: reg.weipaitang.com/drone-plugin/ding-talk
- pull: always
+ image: reg.weipaitang.com/drone-plugin/work-wechat-notify
settings:
token:
from_secret: token
- notice_title: CI 构建通知
- title: 构建成功 ✅
+ title: 发布成功 ✅
when:
status: success
- name: 失败通知
- title: 构建失败 ❌
+ title: 发布失败 ❌
status: failure