feat: Add favicon and improve Woodpecker CI Telegram notification message formatting.
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Moh Dzulfikri Maulana
2026-03-10 10:51:26 +07:00
parent 0f2746fffd
commit 0347bca2fe
2 changed files with 10 additions and 8 deletions

View File

@@ -47,14 +47,16 @@ steps:
from_secret: telegram_token from_secret: telegram_token
to: to:
from_secret: telegram_chat_id from_secret: telegram_chat_id
thread_id: 8 thread_id: "8"
format: html format: html
message: > message: |
<b>🚀 Deployment {{ build.status }}!</b> <b>🚀 Deployment {{ build.status | upper }}!</b>
<b>Project:</b> {{ repo.name }}
<b>Commit:</b> {{ commit.message }} <b>📦 Project:</b> <code>{{ repo.name }}</code>
<b>Author:</b> {{ commit.author }} <b>📝 Commit:</b> <i>{{ commit.message }}</i>
<b>Status:</b> {{ build.status }} <b>👤 Author:</b> {{ commit.author }}
<b>🔗 <a href="{{ build.link }}">View Build Logs</a></b>
when: when:
- event: [push] - event: [push]
branch: master branch: master

BIN
src/app/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB