Plugin vers matrix
This commit is contained in:
parent
573224ddfe
commit
558c4ddf0a
17
.drone.yml
17
.drone.yml
@ -3,6 +3,23 @@ name: Push Content
|
|||||||
type: docker
|
type: docker
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: notify
|
||||||
|
image: plugins/matrix
|
||||||
|
settings:
|
||||||
|
homeserver:
|
||||||
|
from_secret: matrix-homeserver
|
||||||
|
roomid:
|
||||||
|
from_secret: matrix-roomid
|
||||||
|
username:
|
||||||
|
from_secret: matrix-username
|
||||||
|
password:
|
||||||
|
from_secret: matrix-pass
|
||||||
|
template: >
|
||||||
|
{{#success build.status}}
|
||||||
|
build {{build.number}} succeeded. Good job.
|
||||||
|
{{else}}
|
||||||
|
build {{build.number}} failed. Fix me please.
|
||||||
|
{{/success}}
|
||||||
- name: Push Content
|
- name: Push Content
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
|
Loading…
Reference in New Issue
Block a user