1 Star 0 Fork 30

yanglbsjz/go-runner

forked from marksirl/go-runner 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.runner-ci.yml 393 Bytes
一键复制 编辑 原始数据 按行查看 历史
marksirl 提交于 2021-07-11 15:34 . review
# 工作目录
webpath: /Users/zrone/Developments/dtest/runnnn
# 部署分支
only:
- master
- dev
- test
# 环境变量
environment:
workdir: /home/wwwroot/deploy
a: b
c: d
# pull前运行脚本
prepare:
- nginx -s stop
# pull 完成运行脚本
script:
- cd ${webpath} && pwd
- echo ${a}
- echo ${b}
# 发布运行脚本
release:
- nginx
- netstae -tunlp | grep 8080
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yanglbsjz/go-runner.git
[email protected]:yanglbsjz/go-runner.git
yanglbsjz
go-runner
go-runner
master

搜索帮助