ソースを参照

Add notifications to drone

Colin Powell 1 年間 前
コミット
af3d84867f
1 ファイル変更24 行追加0 行削除
  1. 24 0
      .drone.yml

+ 24 - 0
.drone.yml

@@ -31,6 +31,30 @@ steps:
     volumes:
       - name: hugo
         path: /tmp/.build/public
+  - name: build success notification
+    image: parrazam/drone-ntfy
+    when:
+        status: [success]
+    settings:
+      url: https://ntfy.unbl.ink
+      topic: drone
+      priority: low
+      tags:
+        - cd
+        - failure
+        - onec_me_web
+  - name: build failure notification
+    image: parrazam/drone-ntfy
+    when:
+        status: [failure]
+    settings:
+      url: https://ntfy.unbl.ink
+      topic: drone
+      priority: high
+      tags:
+        - cd
+        - success
+        - onec_me_web
 volumes:
   - name: docker
     host: