forked from cryptoaarhus.dk/website
Testing drone->matrix notifications
This commit is contained in:
parent
07843bebfc
commit
21ccf21645
11
.drone.yml
11
.drone.yml
|
@ -21,3 +21,14 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
notify:
|
||||||
|
image: plugins/matrix
|
||||||
|
settings:
|
||||||
|
homeserver: https://matrix.data.coop
|
||||||
|
roomid: !plKSghHbepWeUEtbHE:data.coop
|
||||||
|
username:
|
||||||
|
from_secret: matrix_username
|
||||||
|
password:
|
||||||
|
from_secret: matrix_password
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue