浏览代码

Try downgrading drone

Colin Powell 10 月之前
父节点
当前提交
653c37e61f
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      .drone.yml

+ 4 - 4
.drone.yml

@@ -32,22 +32,22 @@ steps:
       - name: hugo
         path: /tmp/.build/public
   - name: build success notification
-    image: parrazam/drone-ntfy
+    image: parrazam/drone-ntfy:0.4
     when:
         status: [success]
     settings:
-      url: https://147.182.174.4
+      url: https://ntfy.unbl.ink
       topic: drone
       priority: low
       tags:
         - cd
         - failure
   - name: build failure notification
-    image: parrazam/drone-ntfy
+    image: parrazam/drone-ntfy:0.4
     when:
         status: [failure]
     settings:
-      url: https://147.182.174.4
+      url: https://ntfy.unbl.ink
       topic: drone
       priority: high
       tags: