diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a55ae0c..0e529e9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: