ci: add Matrix notification
This commit is contained in:
parent
74426f641c
commit
1c69c7e269
12
.drone.yml
12
.drone.yml
|
@ -30,3 +30,15 @@ steps:
|
|||
event:
|
||||
exclude:
|
||||
- pull_request
|
||||
|
||||
- name: notify
|
||||
image: plugins/matrix
|
||||
settings:
|
||||
homeserver:
|
||||
from_secret: matrix_homeserver
|
||||
roomid:
|
||||
from_secret: matrix_roomid
|
||||
username:
|
||||
from_secret: matrix_username
|
||||
password:
|
||||
from_secret: matrix_password
|
||||
|
|
Loading…
Reference in a new issue