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