From 558c4ddf0a0d4c3d3ddfcf76b1874ede7308f7b5 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 4 Aug 2020 14:48:14 +0000 Subject: [PATCH] Plugin vers matrix --- .drone.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.drone.yml b/.drone.yml index c30df17..eeda142 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,23 @@ name: Push Content type: docker 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 image: alpine commands: