Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 616 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 616 Bytes

telegram-notifiers

Shell scripts to notify team on some project changes with command line

Deploy

Use notify-tg.sh to send message with current version and commit description to some chat to get you team notified about some updates deployed.

Arguments and options

There are

  • Required arguments
    • Telegram chat id
    • Telegram Bot token
  • Options
    • -app to specify app instance name in message
bash notify-tg.sh "your_chat_id" "your_tg_bot_token" -app "stg.my_project"

Sends message like:

#deploy
app: `stg.my_project`
version: `v0.0.1`

Some commit message...