|
@@ -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:
|