更新.gitlab-ci.yml文件

This commit is contained in:
skeleton 2024-10-14 10:03:44 +00:00
parent 83baeae566
commit 72b8443372
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
stages:
- build
- deploy
- push
variables:
ProjectPath: "mongo.games.com/game"
@ -58,6 +59,9 @@ deploy-job:
rm -rf $line/$line
done < shell/programs.txt
push_job:
stage: push
script:
# 提交代码
- echo '提交代码'
- cd $GOPATH/src/$DeployPath