Add matrix notification
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
530362ac33
commit
11399c774f
1 changed files with 13 additions and 0 deletions
13
.drone.yml
13
.drone.yml
|
@ -23,6 +23,19 @@ steps:
|
||||||
token:
|
token:
|
||||||
from_secret: tg_password
|
from_secret: tg_password
|
||||||
|
|
||||||
|
- name: send matrix notification
|
||||||
|
image: registry.cuzo.dev/plugins/matrix@sha256:f1affb31b0c86963c97c6f976fa0dcb3cc84272057fd8558d609d28b3064bd7f
|
||||||
|
when:
|
||||||
|
status: [success, failure]
|
||||||
|
settings:
|
||||||
|
homeserver: https://matrix.cuzo.dev
|
||||||
|
roomid:
|
||||||
|
from_secret: matrix_room
|
||||||
|
userid:
|
||||||
|
from_secret: matrix_userid
|
||||||
|
accesstoken:
|
||||||
|
from_secret: matrix_token
|
||||||
|
|
||||||
image_pull_secrets:
|
image_pull_secrets:
|
||||||
- custom_mirror_registry
|
- custom_mirror_registry
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue