Merge pull request 'Comment out Matrix plugin, it randomly hangs forever' (#109) from benjaoming/website:rm-matrix-notification into main
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

Reviewed-on: #109
This commit is contained in:
benjaoming 2023-12-16 23:14:11 +00:00
commit 6fed406c31
1 changed files with 14 additions and 14 deletions

View File

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