diff --git a/.drone.yml b/.drone.yml index b1ba1d5..f41b1e9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -53,10 +53,17 @@ steps: from_secret: telegram_chat_id message: > {{#success build.status}} - build {{build.number}} succeeded. Good job. + ✅ Build **#{{build.number}}** of **`{{repo.name}}`** succeeded. {{else}} - build {{build.number}} failed. Fix me please. + ❌ Build **#{{build.number}}** of **`{{repo.name}}`** failed. {{/success}} + + 📝 Commit on **`{{commit.branch}}`**: + + ``` {{commit.message}} ``` + + 🌐 {{ build.link }} + format: markdown when: status: - failure