Compare commits

...

3 commits

Author SHA1 Message Date
benjaoming f11ece120b Merge pull request 'WIP Try out third-party plugin for Matrix noticiations' (#103) from replace-drone-matrix-plugin into main
Some checks reported errors
continuous-integration/drone/push Build was killed
Reviewed-on: #103
2023-12-16 22:19:17 +00:00
benjaoming 9c15dfa218 Update with settings for the plugin
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2023-10-21 10:50:13 +00:00
benjaoming e82dcb95ed Try out third-party plugin for Matrix noticiations
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2023-10-21 10:42:43 +00:00

View file

@ -63,11 +63,16 @@ steps:
- pull_request - pull_request
- name: notify - name: notify
image: plugins/matrix image: spotlightkid/drone-matrixchat-notify:latest
settings: settings:
homeserver: https://data.coop homeserver: https://data.coop
roomid: plKSghHbepWeUEtbHE:data.coop roomid: '!plKSghHbepWeUEtbHE:data.coop'
username: userid:
from_secret: matrix_username from_secret: matrix_username
password: password:
from_secret: matrix_password from_secret: matrix_password
markdown: 'yes'
template: |
`${DRONE_REPO}` build #${DRONE_BUILD_NUMBER} status: **${DRONE_BUILD_STATUS}**
${DRONE_PULL_REQUEST_TITLE}](${DRONE_COMMIT_LINK})