部署机器人 deploy-robot

码农软件 · 软件分类 · Git开源工具 · 2019-11-04 15:14:54

软件介绍

deploy-robot 是 SegmentFault 出品的 Github 自动部署机器人,将你从繁冗的部署工作中解放出来,让你的部署流程更加自动化。

特点:

  • 与 GitHub 深度整合,利用 GitHub API 读取相关部署指令,并及时反馈部署情况

  • 与人工部署不同的是,自动部署不会疲劳,也不会喊累,你永远可以不停地折腾它

使用方法

执行以下命令安装

npm install -g deploy-robot

使用以下命令启动脚本

deploy-robot -c config.json

config.json 文件

参考目录下的 config.json.sample 文件

{    "username": "",     // 用户名
    "password": "",     // token,去 user/settings 申请

    "repos": [          // 需要监听地 repo 列表
        {            "user": "xxx",      // repo 所属用户名
            "name": "xxx",      // repo 名
            "labels": "xxx",    // 指定 issue 的 label
            "command": "xxx",   // 上线脚本的命令
            "confirm": null     // 上线是否需要某人的确认, 默认为空
        }
    ]
}

提交上线请求

本文地址:https://www.codercto.com/soft/d/18257.html

High Performance JavaScript

High Performance JavaScript

Nicholas C. Zakas / O'Reilly Media / 2010-4-2 / USD 34.99

If you're like most developers, you rely heavily on JavaScript to build interactive and quick-responding web applications. The problem is that all of those lines of JavaScript code can slow down your ......一起来看看 《High Performance JavaScript》 这本书的介绍吧!

html转js在线工具
html转js在线工具

html转js在线工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试