Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- linux시간으로 변경
- python subprocess
- 정규식 컴파일
- influxdb 설치
- 정규식 문자열 출력
- regex_search
- grafana dashboard
- centos pyhon 설치
- g++ 업데이트
- selinux port 등록
- c3 축 없애기
- python popen
- subporcess path
- 1697
- CentOS7
- 백준
- snmp
- 정규식 활용
- c3 초
- c3 step graph
- python os
- semanage
- snmp test
- c3 축 가리기
- c3 second
- gcc 업데이트
- c++ 정규식
- telegraf
- gcc regex
- InfluxDB
Archives
- Today
- Total
리셋 되지 말자
[Github Action] How self-hosted runner communicate with github? 본문
CI CD
[Github Action] How self-hosted runner communicate with github?
kyeongjun-dev 2023. 2. 11. 15:32self-hosted runner를 private 네트워크에 설치했는데 어떻게 github랑 통신을 할까 궁금했는데, long poll 방식으로 지속적으로 https 요청을 보낸다고 한다.
About self-hosted runners - GitHub Docs
About self-hosted runners A self-hosted runner is a system that you deploy and manage to execute jobs from GitHub Actions on GitHub.com. For more information about GitHub Actions, see "Understanding GitHub Actions." Self-hosted runners offer more control o
docs.github.com
https://stackoverflow.com/questions/64457842/how-does-github-action-self-hosted-runner-work
'CI CD' 카테고리의 다른 글
[Jenkins] DSL을 이용한 Job 생성 (0) | 2022.12.19 |
---|---|
[Github Action] Workflow State based Self-Hosted Runner AutoScaling (AWS) (0) | 2022.11.20 |
[argocd] GitHub repository 연동 배포 (0) | 2022.10.06 |
[Jenkins] 동적 변수를 젠킨스 파라미터로 이용하기 (0) | 2022.09.26 |
[Jira] Epic, Issue, User Story 등의 차이 (0) | 2022.09.21 |