Skip to content

서버 마이그레이션 환경 설정 및 의존성 변경#150

Merged
ckdals4600 merged 4 commits intomainfrom
feature/#144-server-migration
Dec 18, 2025
Merged

서버 마이그레이션 환경 설정 및 의존성 변경#150
ckdals4600 merged 4 commits intomainfrom
feature/#144-server-migration

Conversation

@ckdals4600
Copy link
Contributor

@ckdals4600 ckdals4600 commented Dec 18, 2025

관련 이슈

PR 설명

AWS 계정 이전 및 서버 마이그레이션 계획에 따라 프로젝트의 DB 의존성을 교체하고, 배포 파이프라인(CI/CD) 및 컨테이너 설정을 최신 환경에 맞게 수정함.

작업 내용

1. 프로젝트 설정 (build.gradle)

  • DB 의존성 교체:
    • 기존 MySQL Driver 의존성을 제거함.
    • PostgreSQL 사용을 위해 postgresql Driver 의존성을 새로 추가함.

2. CI/CD 설정 (Github Actions)

  • Job 실행 조건 추가:
    • backend-docker-pull-and-run Job에 workflow_dispatch 이벤트를 추가함.
    • 배포 과정에서 필요에 따라 해당 Job을 수동으로 트리거할 수 있도록 개선함.

3. Docker 구성 (docker-compose.yml)

  • 이미지 명칭 변경:
    • Docker Hub 리포지토리 변경 사항을 반영하여, 사용하는 이미지 이름을 최신화함.

@ckdals4600 ckdals4600 self-assigned this Dec 18, 2025
@ckdals4600 ckdals4600 linked an issue Dec 18, 2025 that may be closed by this pull request
@ckdals4600 ckdals4600 requested review from Goder-0 and minibr December 18, 2025 13:09
@github-actions
Copy link

github-actions bot commented Dec 18, 2025

📊 코드 커버리지 리포트

Overall Project 91.83% 🍏

There is no coverage information present for the Files changed

Copy link
Contributor

@minibr minibr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

close 이슈번호 추가 하면 될것같습니다.

@ckdals4600 ckdals4600 merged commit 5f3e63d into main Dec 18, 2025
1 check passed
@ckdals4600 ckdals4600 deleted the feature/#144-server-migration branch December 18, 2025 14:48
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