更新.gitlab-ci.yml文件

This commit is contained in:
Administrator
2023-11-11 09:07:37 +00:00
parent 80bd6b4327
commit a4a0d86d74
+2 -1
View File
@@ -16,7 +16,8 @@ deploy_job:
- git remote add github git@github.com:yun-ink/timerx.git
- git remote -v
- git checkout master
- git fsck --full
#- git fsck --full
- git prune
- git push -u github master
only:
- master