From 33a238b2faecb10062b3ee579c98520f1b35dc3a Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Thu, 22 Feb 2018 21:45:27 +0100 Subject: [PATCH] notification --- .drone.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4458a99..54bd165 100644 --- a/.drone.yml +++ b/.drone.yml @@ -157,4 +157,12 @@ pipeline: dockerfile: arch/Dockerfile secrets: [ docker_username, docker_password ] when: - event: [ tag ] \ No newline at end of file + event: [ tag ] + +telegram: + image: appleboy/drone-telegram + token: 335668211:AAF-YgId7iI6ANBuZVy4uVOYYqA4R4uAaqY + to: 14852963 + message: Commit {{ commit.link }} ran with build {{ build.number }} and finished with status {{ build.status }}. + when: + status: [ failure, success ]