upnl / work

:construction_worker: 유피넬 서버 관련 이슈트래커 및 문서화
6 stars 0 forks source link

유피넬 전용 사설 CI 세팅 #44

Open simnalamburt opened 5 years ago

simnalamburt commented 5 years ago

https://docs.gitlab.com/omnibus/docker/#deploy-gitlab-in-a-docker-swarm https://docs.gitlab.com/runner/register/index.html#docker https://docs.docker.com/compose/compose-file/#command

If you’re running the Runner in a Docker container, the register command would look like:

docker run --rm -t -i -v /path/to/config:/etc/gitlab-runner --name gitlab-runner gitlab/gitlab-runner register \
  --non-interactive \
  --executor "docker" \
  --docker-image alpine:3 \
  --url "https://gitlab.com/" \
  --registration-token "PROJECT_REGISTRATION_TOKEN" \
  --description "docker-runner" \
  --tag-list "docker,aws" \
  --run-untagged \
  --locked="false"
simnalamburt commented 4 years ago

Gitlab CI 뭔가 평이 별로 안좋던데 Drone CI같이 다른녀석들을 써도 괜찮지 않을까 생각해봅니다