-
Notifications
You must be signed in to change notification settings - Fork 0
[INFRA] GitHub Actions 기반 AWS CI/CD 파이프라인 구축 #13
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
Conversation
seamooll
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
현재 docker-compose.yml에는 배포 스크립트에서 사용하는 서비스가 정의되어 있지 않아, 이 부분에 대한 수정이 필요해 보입니다!
hodoon
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
배포 관련 docker-compose.yml은 EC2 내부에 작성해놔서 괜찮을것 같습니다
배포 관련 docker-compose.yml은 EC2 내부에 작성해놔서 괜찮을것 같습니다 |
아 확인했습니다. 다른 배포 파일들도 EC2에 존재하는 것 같아, merge 후 테스트해보면 될 것 같습니다! |
* chore: DB, JPA 설정 및 공통 BaseEntity 추가 * chore: Swagger 설정 추가 * chore: 공통 API 응답 포맷 통일 * chore: 전역 에러 핸들러 추가 * chore: application.yml 설정 정비, build.gradle 의존성 주입 * chore: 중복 의존성 삭제 * chore: 중복 의존성 삭제 * [CHORE/#6] 로컬 개발용 DB 도커화 (#7) * chore: 로컬 개발용 DB 도커 설정 추가 # Conflicts: # src/main/resources/application.yml * chore: redis 의존성 추가 * [FEATURE/#9] 아이디 중복 확인 API 구현 (#8) * chore: macOS metadata .gitignore 추가(.DS_Store) * feat: Member 엔티티 및 Repository 구현 * feat: 아이디 중복 확인 API 구현 * docs: 아이디 중복 확인 API Swagger 명세 추가 * refactor: 아이디 중복 확인 응답 타입을 ApiResponse<Void>로 수정 * refactor: @SQLRestriction 도입 및 탈퇴 회원 포함 중복 체크 로직 수정 * docs: Swagger 예시 응답 형식 수정 * refactor: 서비스 레이어 CQRS 적용 * chore: .gitignore에서 OS 전용 파일 제거 * refactor: MemberRepository default 메서드 도입 및 입력값 공백 제거 처리 * [INFRA] GitHub Actions 기반 AWS CI/CD 파이프라인 구축 (#13) --------- Co-authored-by: Kwon-DoHee <[email protected]> Co-authored-by: hodoon <[email protected]> Co-authored-by: JeongGyul <[email protected]>
🔗 Related Issue
📝 Summary
브랜치를 develop / main으로 운영하며, GitHub Actions를 통해 파이프라인 분리 구축
🔄 Changes
✅ Checklist