From 942aafb90b29b917c489261e13264244d3566e8a Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sat, 15 Apr 2023 19:44:05 +0200 Subject: [PATCH] Test telegram notification --- .drone.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 783544a..bb8c554 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,4 +17,15 @@ steps: commands: - apk update - apk add coreutils perl - - ./money/compare.pl + - ./money/compare.pl > message_file.tpl + + - name: Send telegram notification + when: + status: + - failure + image: appleboy/drone-telegram + settings: + token: + from_secret: TELEGRAM_TOKEN + to: 131601077 + message_file: message_file.tpl \ No newline at end of file