更新.gitlab-ci.yml文件

This commit is contained in:
Administrator
2023-11-11 08:15:06 +00:00
parent 1a70738e6d
commit a87fee1f38
+1 -1
View File
@@ -7,7 +7,7 @@ deploy_job:
- ls -la - ls -la
- 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 push github master - git push github master
only: only:
- master - master