|
@@ -22,7 +22,7 @@ steps:
|
|
|
recursive: true
|
|
|
args: "-v"
|
|
|
key:
|
|
|
- from_secret: key
|
|
|
+ from_secret: box_key
|
|
|
hosts:
|
|
|
- box.unbl.ink
|
|
|
source: /tmp/.build/public/
|
|
@@ -32,7 +32,7 @@ steps:
|
|
|
- name: hugo
|
|
|
path: /tmp/.build/public
|
|
|
- name: build success notification
|
|
|
- image: parrazam/drone-ntfy
|
|
|
+ image: parrazam/drone-ntfy:0.3-linux-amd64
|
|
|
when:
|
|
|
status: [success]
|
|
|
settings:
|
|
@@ -44,7 +44,7 @@ steps:
|
|
|
- failure
|
|
|
- onecme_web
|
|
|
- name: build failure notification
|
|
|
- image: parrazam/drone-ntfy
|
|
|
+ image: parrazam/drone-ntfy:0.3-linux-amd64
|
|
|
when:
|
|
|
status: [failure]
|
|
|
settings:
|