forked from data.coop/website
Update with settings for the plugin
This commit is contained in:
parent
e82dcb95ed
commit
9c15dfa218
|
@ -66,8 +66,13 @@ steps:
|
||||||
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'
|
||||||
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})
|
Loading…
Reference in a new issue