diff --git a/.woodpecker.yml b/.woodpecker.yml
index edea2f6..ae2e125 100644
--- a/.woodpecker.yml
+++ b/.woodpecker.yml
@@ -39,7 +39,7 @@ steps:
branch: master
event: push
- # 3.Telegram Notification
+# 3.Telegram Notification
notify-telegram:
image: appleboy/drone-telegram
settings:
@@ -47,14 +47,16 @@ steps:
from_secret: telegram_token
to:
from_secret: telegram_chat_id
- thread_id: 8
+ thread_id: "8"
format: html
- message: >
- 🚀 Deployment {{ build.status }}!
- Project: {{ repo.name }}
- Commit: {{ commit.message }}
- Author: {{ commit.author }}
- Status: {{ build.status }}
+ message: |
+ 🚀 Deployment {{ build.status | upper }}!
+
+ 📦 Project: {{ repo.name }}
+ 📝 Commit: {{ commit.message }}
+ 👤 Author: {{ commit.author }}
+
+ 🔗 View Build Logs
when:
- event: [push]
branch: master
diff --git a/src/app/favicon.ico b/src/app/favicon.ico
new file mode 100644
index 0000000..acf8c89
Binary files /dev/null and b/src/app/favicon.ico differ