Skip to content

Telegram notification step for wercker. Post build and deploy status to your Telegram bot

License

Notifications You must be signed in to change notification settings

blesswinsamuel/wercker-step-telegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

step-telegram

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).

wercker status

Options

  • bot_token The Telegram bot token
  • chat_id Chat id
  • notify_on (optional) If set to failed, it will only notify on failed builds or deploys.
  • branch (optional) If set, it will only notify on the given branch

Example

build:
    after-steps:
        - blesswinsamuel/telegram-notifier:
            bot_token: 123456789:ABCDEFGHIJKLMNOPQRSTUVWXYZ123456789
            chat_id: 12345678
            branch: master

License

The MIT License (MIT)

About

Telegram notification step for wercker. Post build and deploy status to your Telegram bot

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages