Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
simnalamburt opened this issue Dec 19, 2018 · 1 comment
Open

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

simnalamburt opened this issue Dec 19, 2018 · 1 comment

Comments

@simnalamburt
Copy link
Member

simnalamburt commented Dec 19, 2018

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
Copy link
Member Author

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

@simnalamburt simnalamburt changed the title Gitlab CI 세팅 유피넬 전용 사설 CI 세팅 Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant