Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/papakvy/chatopsify
https://github.com/papakvy/chatopsify
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/papakvy/chatopsify
- Owner: papakvy
- License: mit
- Created: 2024-09-13T11:26:59.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T04:59:02.000Z (about 2 months ago)
- Last Synced: 2024-09-18T07:07:28.809Z (about 2 months ago)
- Language: Ruby
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Chatopsify
![Gem](https://img.shields.io/gem/v/chatopsify?color=%25234cc61f&label=Gem%20version&logo=ruby&logoColor=red&link=https%3A%2F%2Frubygems.org%2Fgems%2Fchatopsify)
![Gem](https://img.shields.io/gem/dt/chatopsify?color=%2330c754&label=Downloads&logo=rubygems&logoColor=red&link=https%3A%2F%2Frubygems.org%2Fgems%2Fchatopsify)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/papakvy/chatopsify/run_rubocop.yml?branch=main&logo=rubocop&logoColor=red&label=Rubocop%20Lint)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/papakvy/chatopsify/run_tests.yml?branch=main&logo=rubocop&logoColor=red&label=Tests%20%F0%9F%A7%AA)## Installation
Add this line to your application's Gemfile:
```ruby
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`)
```bash
export CHATOPS_URI='your_chatops_uri'
export CHATOPS_API_KEY='your_chatops_api_key'
export CHATOPS_CHANNEL_ID='your_channel_id'
```### Using `config/deploy`
```ruby
# 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