diff --git a/.woodpecker.yml b/.woodpecker.yml
index 8aef072..5970759 100644
--- a/.woodpecker.yml
+++ b/.woodpecker.yml
@@ -51,15 +51,20 @@ steps:
message_thread_id: 8
format: html
message: |
- 🚀 Deployment {{ build.status }}!
+ {{#success build.status}}
+ ✅ Deployment SUCCESS
+ {{else}}
+ ❌ Deployment FAILED
+ {{/success}}
📦 Project: {{ repo.name }}
+ 🌿 Branch: {{ build.branch }}
+
+ 📝 Commit:
+ {{ commit.message }}
- 📝 Commit: {{ commit.message }}
👤 Author: {{ commit.author }}
-
- 🔗 View Build Logs
- when:
- - event: [push]
- branch: master
- status: [ success, failure ]
\ No newline at end of file
+
+ 🛠 Build Details:
+ ⏱ Duration: {{ build.duration }}s
+ 🔗 View Full Logs
\ No newline at end of file