更新.gitlab-ci.yml文件
This commit is contained in:
parent
5368460ad3
commit
ae3622c587
|
@ -9,6 +9,7 @@ variables:
|
||||||
ProjectPath: "mongo.games.com/game" # 项目相对于GOPATH的路径
|
ProjectPath: "mongo.games.com/game" # 项目相对于GOPATH的路径
|
||||||
BetaBinPath: "/home/game/" # beta环境部署路径
|
BetaBinPath: "/home/game/" # beta环境部署路径
|
||||||
DevelopBinPath: "/home/game/" # develop环境部署路径
|
DevelopBinPath: "/home/game/" # develop环境部署路径
|
||||||
|
GOPROXY: "https://goproxy.cn,direct"
|
||||||
|
|
||||||
default:
|
default:
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in New Issue