Przeglądaj źródła

Update .drone.yml

姜伯洋 5 lat temu
rodzic
commit
7d1e0d3a77
1 zmienionych plików z 4 dodań i 8 usunięć
  1. 4 8
      .drone.yml

+ 4 - 8
.drone.yml

@@ -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: 失败通知
-  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:  failure