更新.gitlab-ci.yml文件

This commit is contained in:
Administrator
2023-11-11 08:40:26 +00:00
parent de4a9c8f31
commit e6915aa766
+1
View File
@@ -9,6 +9,7 @@ deploy_job:
- git remote remove github || true
- git remote add github https://github.com/yun-ink/timerx.git
- git remote -v
- git checkout -b master
- git branch
- git push github master
only: