diff --git a/.drone.yml b/.drone.yml index 6d08f4a..cfe1f5e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,3 +20,11 @@ steps: tags: - latest - ${DRONE_BUILD_NUMBER} + +- name: ms-teams + image: kuperiu/drone-teams + settings: + webhook: + from_secret: TEAMS_WEBHOOK + when: + status: [ failure ] \ No newline at end of file