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.
Add lita-pulsar to your Lita instance's Gemfile:
gem "lita-pulsar"
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
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
.