Conversation
- GitHub Actions용 cd.yml 작성 - Dockerfile 생성 - actuator 의존성 추가 - SecurityConfig에 actuator 접근 허용 설정
- S3Config accessKey, secretKey 설정값 수정 - RedissonConfig에 하드코딩된 host 값 제거 - @value를 활용해 application 설정값으로 주입되도록 변경
### 변경사항 - cd.yml에 배포 성공 및 실패 여부에 따른 슬랙 알림 추가
### 변경사항 - 운영 환경에 필요한 application-prod.yml 파일 추가 - cd 대상 브랜치 main으로 한정
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.
🔗 Issue Number
close #18
📝 작업 내역
application-prod.yml파일 추가cd.yml작성Dockerfile생성SecurityConfig에 actuator 접근 허용 설정RedissonConfig에 하드코딩된 host 값 제거 후 application 설정값으로 주입되도록 변경💡 PR 특이사항
월요일 오전에 main으로 push 후 최종 배포 예정입니다.
📸 스크린샷
배포 및 헬스체크 완료
배포 테스트 슬랙 알림
EC2 접속 후 정상 실행 확인