0.0
No commit activity in last 3 years
No release in over 3 years
为GitCafe Webhook 打造的CI Robot 支持 slack 自动提醒
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 0

Runtime

 Project Readme

gitcafe-maid

gitcafe-maid 利用 gitcafe 提供的 webhook 监听分支的 push 行为 自动启动测试 并把结果通知到 slack/瀑布 中 还可以在提供的回调函数中执行自动部署.

Installation

$ gem install gitcafe-maid

Usage

  1. 增加配置文件 示例在example目录下
  2. 在 gitcafe 相应项目里设置 push webhook
  3. 在配置文件的目录下执行 RACK_ENV=production gitcafe-maid 会开始监听本机的4567端口, 等待 gitcafe webhook 调用.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/xyuwang/gitcafe-maid.