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

[CHORE] dev, prod 서버 환경 분리 #133

Merged
merged 8 commits into from
Jul 1, 2024
Merged

Conversation

junseokkim
Copy link
Member

@junseokkim junseokkim commented Jul 1, 2024

추가/수정한 기능 설명

  1. dev, prod 서버 환경 분리
    • 서버 환경: 서로 다른 ec2 내 도커 이미지 배포
    • DB 환경: 서로 다른 rds로 배포
  2. 배포 방식: 기존 방식 유지

추후 해야 할 일

  1. 기존 rds 스냅샷 복원: 계정 간 이동이 필요한데, 제한이 있어 하지 못함...
  2. s3 버킷 생성은 완료 했지만, 이미지 api가 정상적으로 동작하지 않음 -> 수정 필요
  3. Build 시 테스트 코드 에러 해결 필요( 일단 주석처리로 임시 해결)

check list

  • issue number를 브랜치 앞에 추가 했나요?
  • 모든 단위 테스트를 돌려보고 기존에 작동하던 테스트에 영향이 없는 것을 확인했나요?
  • 추가/수정사항을 설명했나요?

@junseokkim junseokkim added feat 구현·개선 사항에 관련된 내용입니다. chore 세팅 관련입니다. labels Jul 1, 2024
@junseokkim junseokkim requested a review from youngeun-dev July 1, 2024 10:47
@junseokkim junseokkim self-assigned this Jul 1, 2024
@junseokkim junseokkim linked an issue Jul 1, 2024 that may be closed by this pull request
2 tasks
@junseokkim junseokkim merged commit ea05fe6 into develop Jul 1, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore 세팅 관련입니다. feat 구현·개선 사항에 관련된 내용입니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CHORE] 서버 분리
1 participant