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
|
- name: site
|
||||||
path: /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:
|
volumes:
|
||||||
- name: site
|
- name: site
|
||||||
host:
|
host:
|
||||||
|
|
Loading…
Add table
Reference in a new issue