更新.gitlab-ci.yml文件

This commit is contained in:
Administrator
2023-11-11 08:34:32 +00:00
parent 52ed316cd1
commit 356f843747
+1
View File
@@ -8,6 +8,7 @@ deploy_job:
- git config --global http.sslCAInfo /etc/ssl/certs/github_token.pem - git config --global http.sslCAInfo /etc/ssl/certs/github_token.pem
- git remote add github https://github.com/yun-ink/timerx.git - git remote add github https://github.com/yun-ink/timerx.git
- git remote -v - git remote -v
- git branch
- git push github master - git push github master
only: only:
- master - master