Skip to content
New issue

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

✨Feat: CI/CD 관련 파일 추가 #10

Merged
merged 4 commits into from
Oct 31, 2024

Conversation

eunxeum
Copy link
Contributor

@eunxeum eunxeum commented Oct 31, 2024

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가 생성되지 않도록 수정

@eunxeum eunxeum merged commit d560397 into Moyeothon-NewTeams:feature/develop Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants