Skip to content

Commit

Permalink
fix: use custom drone plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Jul 22, 2023
1 parent aaf792e commit c87f3ec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -448,13 +448,16 @@ name: Send notification

steps:
- name: Notify Matrix chat
image: plugins/matrix
image: spotlightkid/drone-matrixchat-notify
settings:
homeserver: https://sonoj.org
roomid: '!AkWpRHuPJQwVbEpayh:sonoj.org'
roomid: '!xFMdktWbbOohpVVaQt:sonoj.org'
userid: '@bot-archlinux-proaudio:sonoj.org'
accesstoken:
from_secret: matrix-bot-token
deviceid: 'HOFQKIPDQE'
template: '[${DRONE_REPO} ${DRONE_COMMIT_SHA}](${DRONE_BUILD_LINK}): ${DRONE_BUILD_STATUS}'
markdown: 'yes'

depends_on:
- Build and check
Expand Down

0 comments on commit c87f3ec

Please sign in to comment.