更新.gitlab-ci.yml文件

This commit is contained in:
Administrator
2023-11-11 09:10:31 +00:00
parent a4a0d86d74
commit 30093d0717
+2 -1
View File
@@ -17,7 +17,8 @@ deploy_job:
- git remote -v
- git checkout master
#- git fsck --full
- git prune
#- git prune
- git gc --prune=now --aggressive
- git push -u github master
only:
- master