We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
현재 배포 과정은 작동하던 서버를 내린 뒤에 업데이트 후 다시 서버를 키는 방식을 사용한다. 이때 발생하는 중단을 없애기 위해, 무중단 배포를 진행하고자 한다.
nginx를 사용한 블루그린 무중단 배포를 진행할 예정
The text was updated successfully, but these errors were encountered:
[#65] Nginx를 사용한 무중단 배포 (#76)
594c4f4
* add: nginx 설정 및 적용 * add: blue-green 무중단 배포 적용 - bash deploy.sh로 실행 * update: 배포 워크 플로우 수정
Sinyoung3016
Successfully merging a pull request may close this issue.
🚀 목적
현재 배포 과정은 작동하던 서버를 내린 뒤에 업데이트 후 다시 서버를 키는 방식을 사용한다. 이때 발생하는 중단을 없애기 위해, 무중단 배포를 진행하고자 한다.
🔗 작업
nginx를 사용한 블루그린 무중단 배포를 진행할 예정
✅ 완료조건
The text was updated successfully, but these errors were encountered: