From a4926acf5a00555b24086a3d7d68ab7952b77b03 Mon Sep 17 00:00:00 2001 From: Shaquille Soekhlal Date: Sat, 18 Apr 2020 16:06:34 +0200 Subject: [PATCH] test run --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.drone.yml b/.drone.yml index 3b83684..84a4127 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,3 +15,15 @@ steps: - make - chmod +x studproject - ./studproject -a true -r 1 -i 2 -m 5000000 + + - name: send telegram notification + image: appleboy/drone-telegram + settings: + token: 1008627097:AAGJdFwxwV5eUNWHuI9LnO-_oRCNUirLTx0 + to: 231399891 ++ message: > ++ {{#success build.status}} ++ build {{build.number}} succeeded. Good job. ++ {{else}} ++ build {{build.number}} failed. Fix me please. ++ {{/success}}