소스 검색

Try downgrading drone

Colin Powell 1 년 전
부모
커밋
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: