diff --git a/.drone.yml b/.drone.yml index 01ad08c..46abe03 100644 --- a/.drone.yml +++ b/.drone.yml @@ -64,15 +64,14 @@ steps: # - pull_request - name: matrix-pr - image: spotlightkid/drone-matrixchat-notify + image: plugins/matrix settings: homeserver: 'https://matrix.skunklab.ch' roomid: '!FDAJGGDdLHWcwTOhsU:skunklab.ch' userid: '@rulrich:skunklab.ch' accesstoken: from_secret: drone_matrix_accesstoken - markdown: 'yes' template: | `${DRONE_REPO}` build #${DRONE_BUILD_NUMBER} status: **${DRONE_BUILD_STATUS}** - ${DRONE_PULL_REQUEST_TITLE}](${DRONE_COMMIT_LINK}) \ No newline at end of file + ${DRONE_PULL_REQUEST_TITLE}](${DRONE_COMMIT_LINK}) \ No newline at end of file