Skip to content

A Lita bot plugin to use Pulsar the Capistrano recipe manager

License

Notifications You must be signed in to change notification settings

nebulab/lita-pulsar

Repository files navigation

lita-pulsar

A simple integration between a Lita bot and Pulsar.

It will make it easy to integrate a chat application with your infrastructure to deploy apps via chat.

Installation

Add lita-pulsar to your Lita instance's Gemfile:

gem "lita-pulsar"

Configuration

The only configuration you should need is the repository where the Pulsar configuration is stored:

Lita.configure do |config|
  config.handlers.pulsar.conf_repo = "your-gh-user/pulsar-conf"
end

Usage

The command that this plugin exposes is deploy:

deploy APPLICATION STAGE - Deploys APPLICATION on STAGE

It will run Pulsar on the machine where Lita is running and deploy APPLICATION on STAGE.

License

MIT

About

A Lita bot plugin to use Pulsar the Capistrano recipe manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages