0.0
No release in over a year
Publish deployment notifications to Chatwork via the API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1

Runtime

~> 3.2, >= 3.2.0
~> 0.1
 Project Readme

Chatworkify

Gem Gem GitHub Workflow Status GitHub Workflow Status

Installation

Add this line to your application's Gemfile:

gem 'chatworkify', require: false

And then execute:

$ bundle install

Or install it yourself as:

$ gem install chatworkify

Usage

Require the gem in your Capfile:

require 'capistrano/chatworkify'

Configuration

Puts CHATWORK_API_TOKEN into your ENV

  • Export to your bash: export CHATWORK_API_TOKEN=xxx

  • Add to .env if you're using dotenv gem

Puts CHATWORK_ROOM_ID into your ENV or custom in config/deploy

# config/deploy.rb
...
set :chatwork_room_id, 'xxx'
...

Copyright

©phunt