diff --git a/.drone.yml b/.drone.yml index aede843..2dcec6f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,4 +47,21 @@ steps: status: - changed - failure - - success \ No newline at end of file + - success + + 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}} \ No newline at end of file