gitlab 프로젝트 > 설정
telnet에 gitlab-runner 로 접속후 gitlab-runner register 등록
[gitlab-runner@servera131 ~]# gitlab-runner register
Runtime platform arch=amd64 os=linux pid=2363358 revision=353dd94e version=13.2.0
Running in system-mode.
Please enter the gitlab-ci coordinator URL (e.g. https://gitlab.com/):
1번 항목 붙여넣기
Please enter the gitlab-ci token for this runner:
2번 항목 붙여 넣기
Please enter the gitlab-ci description for this runner:
[servera131.opencom.com]: deploy
Please enter the gitlab-ci tags for this runner (comma separated):
deploy
Registering runner... succeeded runner=BGCc6HZN
Please enter the executor: docker, docker-ssh, ssh, virtualbox, docker+machine, docker-ssh+machine, kubernetes, custom, shell, parallels:
shell
Runner registered successfully. Feel free to start it, but if it's running already the config should be automatically reloaded!
[gitlab-runner@servera131 ~]$
[servera131.opencom.com]: deploy
Please enter the gitlab-ci tags for this runner (comma separated):
deploy
Registering runner... succeeded runner=BGCc6HZN
Please enter the executor: docker, docker-ssh, ssh, virtualbox, docker+machine, docker-ssh+machine, kubernetes, custom, shell, parallels:
shell
으로 등록하면 succeeded 메세지 출력됨
Runner 상태에 정상적으로 표시됨
New runner. Has not connected yet. 가 나올 수 있습니다.
이럴경우는 sudo 해주지 않았기 때문입니다.
'인프라(infra)' 카테고리의 다른 글
openssl tomcat 실행 오류 Invalid keystore format (0) | 2024.10.29 |
---|---|
ubuntu 18.04 + Janus Gateway 설치 (0) | 2023.06.30 |
xampp 기본설정 (0) | 2023.04.12 |
git username / password 저장 (0) | 2023.03.30 |
ssh-copy-id 키 복사후 비밀번호 없이 접속 (0) | 2023.03.30 |