更新.gitlab-ci.yml文件

This commit is contained in:
Administrator
2023-11-11 08:50:10 +00:00
parent fabf7f65d7
commit 7475f9cd3b
+1 -1
View File
@@ -14,7 +14,7 @@ deploy_job:
- git remote remove github || true
- git remote add github git@github.com:yun-ink/timerx.git
- git remote -v
- git checkout -b master
- git checkout master
- git branch
- git push github master
only: