stages:
- push
push_to_github:
stage: push
only:
- master # 또는 동기화하고 싶은 브랜치
:
- git clone --mirror ${ciurl}
- cd project
- git push --mirror https://깃아디:달렁{TOKEN}@github.com/내깃주소.git
루트디렉토리에 올리면됨?
- dc official App
Github 쓰는데 Gitlab도 쓰는 이유가 있음?
.gitlab 폴더에 넣는거일건데 문서찾아보셈 글고 왜 이렇게 하는거임 ..?
둘다 써야할 일이. .있답니다ㅅㅂ - dc App
달렁