Skip to content

papakvy/chatopsify

Repository files navigation

Chatopsify

Gem Gem GitHub Actions Workflow Status GitHub Actions Workflow Status

Installation

Add this line to your application's Gemfile:

gem 'chatopsify', require: false

And then execute:

$ bundle install

Or install it yourself as:

$ gem install chatopsify

Usage

Require the gem in your Capfile:

require 'capistrano/chatopsify'

Configuration

Using ENV (or .env)

export CHATOPS_URI='your_chatops_uri'
export CHATOPS_API_KEY='your_chatops_api_key'
export CHATOPS_CHANNEL_ID='your_channel_id'

Using config/deploy

# config/deploy.rb
...
set :chatops_uri, 'your_chatops_uri'
set :chatops_api_key, 'your_chatops_api_key'
set :chatops_channel_id, 'your_channel_id'
...

Copyright

©rs-phunt

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published