更新.gitlab-ci.yml
This commit is contained in:
parent
d5566d6181
commit
e1f8b98cfd
|
@ -6,9 +6,9 @@ stages:
|
||||||
- unlock
|
- unlock
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
ProjectPath: "mongo.games.com/game"
|
ProjectPath: "mongo.games.com/game" # 项目相对于GOPATH的路径
|
||||||
BetaBinPath: "/home/game/"
|
BetaBinPath: "/home/game/" # beta环境部署路径
|
||||||
DevelopBinPath: "/home/game/"
|
DevelopBinPath: "/home/game/" # develop环境部署路径
|
||||||
|
|
||||||
default:
|
default:
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in New Issue