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.
1. 무슨 이유로 코드를 변경했나요?
cicd 작동이 push 뿐만아니라, pr을 할 때에도 작동하게끔 수정하였습니다
캐싱 기능, 후 Gradle 빌드가 실행->도커 허브 로그인 -> 이미지 빌드->푸쉬 하게끔 로직을 작성하였습니다
2. 어떤 위험이나 장애를 발견했나요?
ec2컨테이너 실행 조건 스크립트로 작성하였는데 나중에 파일로 따로 넣는거면 수정해야하는지 궁금합니다
3. 관련 스크린샷을 첨부해주세요.
4. 완료 사항
도커 관련 내용, ec2 관련 내용들은 환경 변수로 설정하였습니다.
캐싱 기능, 후 Gradle 빌드가 실행->도커 허브 로그인 -> 이미지 빌드->푸쉬 하게끔 로직을 작성하였습니다.
배포에 필요한 정보들 또한 환경변수로 설정하였으며, CI 파이프라인 빌드 작업이 끝나야 배포가 실행될 수 있도록 로직을 작성하였습니다.
5. 추가 사항