[Release] v1.0.0 운영 서버 배포 - #26
Merged
Merged
Conversation
- config를 서브모듈로 등록 - 빌드 시 config의 파일을 resources로 복사 - 로컬 개발용 docker-compose.yml 작성
- TEST.yml: 코드 빌드 및 테스트 검증 - CICD.yml: Gradle 빌드, Docker 이미지 빌드/Push, dev EC2 배포 - prod 환경 배포는 추후 설정 예정 - Redis GitHub Action 태그 수정 - TEST.yml contents read 권한 추가
- 호환성 문제를 위해 docker compose 방식으로 변경 - 일관된 환경에서의 실행을 위해 down 명령어 추가
- CICD.yml에 개발서버, 운영서버 구분 후 배포결과를 Discord로 알림
- server-deploy.sh: Blue/Green 앱 컨테이너 무중단 배포 및 초기 인프라 실행 - docker-compose.infra.yml: Nginx, Redis 관리 - docker-compose.server.yml: blue/green 앱 컨테이너 관리 - CICD.yml: 도커 컨테이너 실행 흐름을 스크립트 기반으로 수정 - nginx.conf: 리버스 프록시 설정 - 로그 디렉터리 수동 생성으로 변경
- sed의 결과를 tee로 덮어쓰도록 변경하여 i-node 유지 - 스프링부트 컨테이너가 실행되지 않은 경우에는 blue-green 전환 스킵
Test Results1 tests 1 ✅ 0s ⏱️ Results for commit 2d8267f. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
👀 관련 이슈
#25
✨ 작업한 내용
🔍 리뷰 포인트
X
📎 참고 사항
X