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.
appspec.yml
AWS CodeDeploy를 통해 EC2로 코드가 배포되면 배포 생명주기에 맞는 특정 동작을 수행하도록 지정
profile.sh
다른 배포 스크립트에서 공용으로 사용할 포트 체크 로직
stop.sh
기존에 Nginx에 연결되어 있지는 않지만, 실행 중이던 스프링 부트를 종료하는 역할
start.sh
배포할 신규 버전의 스프링 부트 프로젝트를 stop.sh에서 종료한 profile로 실행
health.sh
start.sh로 실행한 프로젝트가 정상적으로 실행되고 있는지 체크
switch.sh
Nginx가 바라보는 스프링 부트 프로젝트를 최신 버전으로 변경
build.gradle 수정
단독 실행 불가한 plain.jar가 생성되지 않도록 수정