更新.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
- git remote -v
- 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
only:
- master