mirror of
https://github.com/ruanbekker/docker-selfhosted-server.git
synced 2025-04-19 16:11:39 +02:00
Update .drone.yml
This commit is contained in:
parent
ea37c31fd0
commit
c6e6001ba9
20
.drone.yml
20
.drone.yml
@ -8,3 +8,23 @@ steps:
|
|||||||
image: busybox
|
image: busybox
|
||||||
commands:
|
commands:
|
||||||
- echo hi
|
- echo hi
|
||||||
|
|
||||||
|
- name: gotify
|
||||||
|
image: fredix/drone-gotify
|
||||||
|
settings:
|
||||||
|
gotifytoken:
|
||||||
|
from_secret: plugin_gotifytoken
|
||||||
|
gotifyendpoint:
|
||||||
|
from_secret: plugin_gotifyendpoint
|
||||||
|
gotifytitle:
|
||||||
|
from_secret: plugin_gotifytitle
|
||||||
|
gotifypriority:
|
||||||
|
from_secret: plugin_gotifypriority
|
||||||
|
message: >
|
||||||
|
{{#success build.status}}
|
||||||
|
build {{build.number}} succeeded on {{repo.name}}. Good job {{build.author}} {{build.link}}
|
||||||
|
{{else}}
|
||||||
|
build {{build.number}} failed on {{repo.name}}. Fix me please {{build.author}} {{build.link}}
|
||||||
|
{{/success}}
|
||||||
|
when:
|
||||||
|
status: [ success, failure ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user