Capistrano - Telegram Notification

Send notifications to Telegram about Capistrano deployments.

Installation

  1. Add this line to your application's Gemfile:
   gem 'capistrano-telegram'
  1. Execute:
   $ bundle
  1. Require the library in your application's Capfile:
   require 'capistrano/telegram'

config/deploy.rb

set :telegram_bot_key, 'YOUR_BOT_ID'
set :telegram_chat_id, 'YOUR_BOT_CHAT_ID'