From 28aa4b994f7fa0346767dc6592352f1f664163df Mon Sep 17 00:00:00 2001 From: Jesper Hess Nielsen Date: Sat, 16 Mar 2019 18:12:32 +0100 Subject: [PATCH] Re-add notifier for testing --- .drone.yml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index 65dc2da..e2220ed 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,15 +21,14 @@ pipeline: when: branch: - master -# -# notify: -# image: plugins/matrix -# secrets: [matrix_username, matrix_password] -# settings: -# homeserver: https://data.coop -# roomid: plKSghHbepWeUEtbHE:data.coop -# username: -# from_secret: matrix_username -# password: -# from_Secret: matrix_password -# \ No newline at end of file + + notify: + image: plugins/matrix + secrets: [matrix_username, matrix_password] + settings: + homeserver: https://data.coop + roomid: plKSghHbepWeUEtbHE:data.coop + username: + from_secret: matrix_username + password: + from_Secret: matrix_password