diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b6075c..79a5fb3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ deploy_job: - git remote -v - git log - git remote add github https://${GITHUB_TOKEN}:@github.com/yun-ink/timerx.git + - git remote -v - git push github master only: - master