更新.gitlab-ci.yml文件

This commit is contained in:
Administrator
2023-11-11 07:02:29 +00:00
parent c929d1a57d
commit 1a70738e6d
+3
View File
@@ -4,6 +4,9 @@ stages:
deploy_job: deploy_job:
stage: deploy stage: deploy
script: script:
- 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 - git push github master
only: only: