This commit is contained in:
parent
dbc39e1b22
commit
380e2ee813
1 changed files with 3 additions and 2 deletions
|
|
@ -64,13 +64,14 @@ steps:
|
||||||
# - pull_request
|
# - pull_request
|
||||||
|
|
||||||
- name: matrix-pr
|
- name: matrix-pr
|
||||||
image: plugins/matrix
|
# image: plugins/matrix
|
||||||
|
image: spotlightkid/drone-matrixchat-notify
|
||||||
settings:
|
settings:
|
||||||
homeserver: 'https://matrix.skunklab.ch'
|
homeserver: 'https://matrix.skunklab.ch'
|
||||||
roomid: '!riCgKYKseXqVODyuUG:skunklab.ch'
|
roomid: '!riCgKYKseXqVODyuUG:skunklab.ch'
|
||||||
userid: '@rulrich:skunklab.ch'
|
userid: '@rulrich:skunklab.ch'
|
||||||
accesstoken:
|
accesstoken:
|
||||||
from_secret: drone_matrix_accesstoken
|
from_secret: matrix_accesstoken
|
||||||
template: |
|
template: |
|
||||||
`${DRONE_REPO}` build #${DRONE_BUILD_NUMBER} status: **${DRONE_BUILD_STATUS}**
|
`${DRONE_REPO}` build #${DRONE_BUILD_NUMBER} status: **${DRONE_BUILD_STATUS}**
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue