disable 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
870429937b
commit
3d97346ae6
1 changed files with 9 additions and 9 deletions
18
.drone.yml
18
.drone.yml
|
@ -24,15 +24,15 @@ steps:
|
||||||
environment:
|
environment:
|
||||||
STACK_NAME: lit_docs
|
STACK_NAME: lit_docs
|
||||||
DOMAIN: docs.local-it.org
|
DOMAIN: docs.local-it.org
|
||||||
- name: notify
|
# - name: notify
|
||||||
image: plugins/matrix
|
# image: plugins/matrix
|
||||||
settings:
|
# settings:
|
||||||
homeserver: https://matrix.org
|
# homeserver: https://matrix.org
|
||||||
roomid: DGQqJcgXkRwZcipMVI:matrix.local-it.org
|
# roomid: DGQqJcgXkRwZcipMVI:matrix.local-it.org
|
||||||
username: lit-notify
|
# username: lit-notify
|
||||||
password:
|
# password:
|
||||||
from_secret: matrix_password
|
# from_secret: matrix_password
|
||||||
|
#
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
|
Loading…
Reference in a new issue