A telegram notifier written in bash and curl. Make sure you create a Telegram
bot first (see the Telegram bot api to set one up).
bot_tokenThe Telegram bot tokenchat_idChat idnotify_on(optional) If set tofailed, it will only notify on failed builds or deploys.branch(optional) If set, it will only notify on the given branch
build:
after-steps:
- blesswinsamuel/telegram-notifier:
bot_token: 123456789:ABCDEFGHIJKLMNOPQRSTUVWXYZ123456789
chat_id: 12345678
branch: masterThe MIT License (MIT)