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