diff --git a/.drone.yml b/.drone.yml index ee31bd2..b2f6ed5 100755 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,37 @@ steps: when: event: push branch: main - + +- name: telgram_notify + image: appleboy/drone-telegram + when: + status: + - success + - failure + settings: + # The secrets below can be entered from the Drone UI for this repo + token: + from_secret: telegram_token + to: + from_secret: telegram_chat_id + format: markdown + message: > + {{#success build.status}} + ✅ Build #{{build.number}} of `{{repo.name}}` succeeded. + 📝 Commit by {{commit.author}} on `{{commit.branch}}`: + ``` + {{commit.message}} + ``` + 🌐 {{ build.link }} + {{else}} + ❌ Build #{{build.number}} of `{{repo.name}}` failed. + 📝 Commit by {{commit.author}} on `{{commit.branch}}`: + ``` + {{commit.message}} + ``` + 🌐 {{ build.link }} + {{/success}} + volumes: - name: site host: