Notify on failure
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Erki 2021-03-30 11:06:31 +03:00
parent 711f265326
commit f4213e0c20

View File

@ -11,6 +11,21 @@ steps:
- name: docker_socket - name: docker_socket
path: /var/run/docker.sock path: /var/run/docker.sock
- name: notify
image: plugins/matrix
settings:
homeserver:
from_secret: matrix_homeserver
roomid:
from_secret: matrix_roomid
username:
from_secret: matrix_username
password:
from_secret: matrix_password
when:
status:
- failure
volumes: volumes:
- name: docker_socket - name: docker_socket
host: host: