Chatworkify

Gem Version

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/slackify'

Configuration

Puts CHATWORK_API_TOKEN into your ENV

  • Export to your bash: export CHATWORK_API_TOKEN=xxx

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

Puts CHATWORK_ROOM_ID into your ENV or custom in config/deploy

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

©phunt