更新.gitlab-ci.yml文件

This commit is contained in:
Administrator
2023-11-11 08:16:43 +00:00
parent a87fee1f38
commit 778bf75650
+1
View File
@@ -8,6 +8,7 @@ deploy_job:
- git remote -v - git remote -v
- git log - git log
- git remote add github https://${GITHUB_TOKEN}:@github.com/yun-ink/timerx.git - git remote add github https://${GITHUB_TOKEN}:@github.com/yun-ink/timerx.git
- git remote -v
- git push github master - git push github master
only: only:
- master - master