No commit activity in last 3 years
No release in over 3 years
Sends a directive to Karotz to vocalize the deployment details.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

lita-karotz_deploy_hook

TODO: Add a description of the plugin.

Installation

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

gem "lita-karotz_deploy_hook"

Configuration

Lita.configure do |config| config.handlers.karotz_deploy_hook.karotz_deployment_endpoint = "http://my-karotz-app.com/deployments" end

Usage

The deployment message we use, which gets matched is in the form:

User_Name is starting deploy of 'project_name' from branch 'branch_name' to environment_name

License

MIT