No commit activity in last 3 years
No release in over 3 years
Notify Capistrano deployment to Telegram.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0

Runtime

 Project Readme

Capistrano - Telegram Notification

Notify Capistrano ver3 deployment to Telegram, forked from the slack version by linyows

Installation

Add this line to your application's Gemfile:

gem 'capistrano-telegram_notification'

And then execute:

$ bundle

Or install it yourself as:

$ gem install capistrano-telegram_notification

Usage

Capfile

require 'capistrano/telegram_notification'

config/deploy.rb

if use webhook

set :telegram_bot_token, '4223:dfsdaf..'
set :telegram_chat_id, '-4234123'

after 'deploy:started', 'telegram:deploy:start'
after 'deploy:finishing', 'telegram:deploy:finish'
after 'deploy:finishing_rollback', 'telegram:deploy:rollback'



License
-------

The MIT License (MIT)