feat: Add favicon and improve Woodpecker CI Telegram notification message formatting.
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@@ -39,7 +39,7 @@ steps:
|
|||||||
branch: master
|
branch: master
|
||||||
event: push
|
event: push
|
||||||
|
|
||||||
# 3.Telegram Notification
|
# 3.Telegram Notification
|
||||||
notify-telegram:
|
notify-telegram:
|
||||||
image: appleboy/drone-telegram
|
image: appleboy/drone-telegram
|
||||||
settings:
|
settings:
|
||||||
@@ -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
BIN
src/app/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Reference in New Issue
Block a user