From e83e21332270e13f0c3e11233fccc274609dbbe2 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Wed, 13 Oct 2021 19:51:21 +0200 Subject: [PATCH] fix(ci): telegram --- .drone.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.drone.yml b/.drone.yml index 614e4a2..83cc579 100644 --- a/.drone.yml +++ b/.drone.yml @@ -159,6 +159,21 @@ steps: - changed - failure +- name: telegram-notifications + image: docker.io/appleboy/drone-telegram + settings: + token: + from_secret: telegram_token + to: + from_secret: telegram_group_id + document: + - index.pdf + message: > + Version {{ build.tag }} has been successfully released! Get the new + compiled PDF document via the network drive V or compile the document by + your self. Take a look into the README for more details: + https://git.cryptic.systems/fh-trier/linux_ws2122 + trigger: event: - tag