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