Keep everything under wraps
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
a109d404a4
commit
cdf4a9b05c
1 changed files with 14 additions and 1 deletions
15
.drone.yml
15
.drone.yml
|
@ -26,7 +26,20 @@ steps:
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
|
- name: notify
|
||||||
|
image: plugins/matrix
|
||||||
|
settings:
|
||||||
|
homeserver: https://conference.heavensinferno.net
|
||||||
|
roomid:
|
||||||
|
from_secret: room_id
|
||||||
|
accesstoken:
|
||||||
|
from_secret: access_token
|
||||||
|
userid:
|
||||||
|
from_secret: user_id
|
||||||
|
when:
|
||||||
|
status:
|
||||||
|
- failure
|
||||||
|
- success
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue