hubot-deploy:用于 GitHub 部署的 Hubot 脚本

时间:2021-06-13 12:58:45
【文件属性】:
文件名称:hubot-deploy:用于 GitHub 部署的 Hubot 脚本
文件大小:7KB
文件格式:ZIP
更新时间:2021-06-13 12:58:45
CoffeeScript Hubot 部署 这是的脚本。 安装 将 hubot-deploy 添加到 package.json 文件中: { " dependencies " : { " hubot-deploy " : " remind101/hubot-deploy " } } 将hubot-deploy添加到 external-scripts.json: [ " hubot-deploy " ] 在您的 hubot 实例上设置以下环境变量: GITHUB_TOKEN=: GITHUB_ORG= 用法 将应用程序部署到生产环境: hubot deploy app hubot deploy app to production 将主题分支部署到暂存: hubot deploy app#topic to stag
【文件预览】:
hubot-deploy-master
----.gitignore(13B)
----package.json(624B)
----scripts()
--------deploy.coffee(2KB)
----README.md(821B)
----index.coffee(223B)
----lib()
--------repo.coffee(793B)
--------deploy.coffee(2KB)
--------branch_environment.coffee(794B)
--------repo_branch.coffee(725B)
----test()
--------deploy_test.coffee(4KB)

网友评论