Files
timerx/.gitlab-ci.yml
T
2023-11-11 07:02:29 +00:00

14 lines
246 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