Files
timerx/.gitlab-ci.yml
T
2023-11-11 08:15:06 +00:00

14 lines
248 B
YAML

stages:
- deploy
deploy_job:
stage: deploy
script:
- ls -la
- git remote -v
- git log
- git remote add github https://${GITHUB_TOKEN}:@github.com/yun-ink/timerx.git
- git push github master
only:
- master
- tags