文件名称:keeper:部署跟踪服务
文件大小:31KB
文件格式:ZIP
更新时间:2024-07-05 08:32:49
Ruby
守门员 Keeper 是一项非常简单的服务,旨在跟踪您的应用程序的部署。 它保留有关用于部署的项目、环境和 VCS 分支的信息。 仪表盘 仪表板仅包含有关当前在每个环境中部署的内容的最少信息。 项目页面 项目页面显示在所选项目中完成的所有部署。 注册新部署 为了跟踪部署过程,需要通过网络钩子通知 Keeper。 这是使用的示例: $ http -fv POST keeper.your-awesome-company.com/api/payload project=github environment=production branch=master POST /api/payload HTTP/1.1 Accept: * / * Accept-Encoding: gzip, deflate, compress Content-Length: 51 Content-Type: appli
【文件预览】:
keeper-master
----Guardfile(516B)
----config()
--------.env.test(186B)
--------.env.development(188B)
--------.env(23B)
--------environment.rb(347B)
----db()
--------structure.sql(703B)
--------.gitkeep(2B)
----Rakefile(100B)
----Gemfile(392B)
----Gemfile.lock(3KB)
----.rspec(53B)
----spec()
--------features_helper.rb(306B)
--------support()
--------keeper()
--------web()
--------spec_helper.rb(5KB)
----.gitignore(5B)
----lib()
--------config()
--------keeper.rb(759B)
--------keeper()
----README.md(2KB)
----apps()
--------api()
--------web()
----config.ru(57B)