From 809828d8e23ea300413323258ab754bc117631cc Mon Sep 17 00:00:00 2001 From: vladimirkutkovoy Date: Wed, 11 Sep 2024 13:26:37 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b093093..0b2249d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,4 +6,14 @@ steps: image: node commands: - npm install - - npm run build \ No newline at end of file + - npm run build +steps: +- name: send telegram notification + image: appleboy/drone-telegram + settings: + token: telegram_token + to: telegram_to + message_file: message_file.tpl + template_vars: + env: testing + app: MyApp \ No newline at end of file