Add Matrix notifications
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1ef80d8814
commit
9237c91097
1 changed files with 15 additions and 0 deletions
15
.drone.yml
15
.drone.yml
|
@ -39,6 +39,21 @@ steps:
|
|||
- name: site
|
||||
path: /site
|
||||
|
||||
- name: notify
|
||||
image: plugins/matrix
|
||||
settings:
|
||||
homeserver: https://conference.heavensinferno.net
|
||||
roomid:
|
||||
from_secret: roomid
|
||||
accesstoken:
|
||||
from_secret: access_token
|
||||
userid:
|
||||
from_secret: user_id
|
||||
when:
|
||||
status:
|
||||
- failure
|
||||
- success
|
||||
|
||||
volumes:
|
||||
- name: site
|
||||
host:
|
||||
|
|
Loading…
Add table
Reference in a new issue