Ver código fonte

Try downgrading drone

Colin Powell 10 meses atrás
pai
commit
653c37e61f
1 arquivos alterados com 4 adições e 4 exclusões
  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: