Skip to content

Commit c661248

Browse files
authored
[Document] CI/CD 아키텍처 변경 (#284)
* docs: CI/CD 아키텍처 변경 * chore: README.md 파일은 CD 트리거 제외 * chore: production 서버가 없기 때문에 main 브랜치와 함께 트리거
1 parent fcbb90c commit c661248

3 files changed

Lines changed: 6 additions & 53 deletions

File tree

.github/workflows/docker-build-develop.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
name: develop 브랜치 Docker Build & 무중단 배포
1+
name: develop, main 브랜치 Docker Build & 무중단 배포
22

33
on:
44
push:
55
branches:
66
- develop
7+
- main
8+
paths-ignore:
9+
- 'README.md'
710

811
jobs:
912
build:

.github/workflows/docker-build-main.yaml

Lines changed: 0 additions & 51 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@
9393
![전체 아키텍처](https://github.com/user-attachments/assets/e2159b76-6fce-4cb0-adf8-d475eac1305c)
9494

9595
### CI / CD
96-
![CI/CD](https://github.com/user-attachments/assets/3cc790df-c3a3-4af6-86e2-04d38cf00b40)
96+
![CI/CD](https://github.com/user-attachments/assets/aa9fa5b0-b195-454c-8c99-0e58ed098dd3)
97+
9798

9899
### Monitoring
99100
![Monitoring](https://github.com/user-attachments/assets/d2a7a419-4f45-46af-bc72-d910c762e593)

0 commit comments

Comments
 (0)