Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
관련 이슈 번호
close #228
작업 내용
고민과 학습내용
단일 서버이다보니, 서버 리소스를 많이 소모하는 blue/green 방식보다 롤링 방식을 사용하여 무중단 배포를 구현하기로 결정했습니다.
기존 pm2를 활용하여 프로세스를 관리하고 있던 부분을 최대한 활용했습니다.
개발 일지 - 롤링 방식의 무중단 배포