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

fix: 운영 서버 배포 시 개발 서버 프로필로 활성화되는 문제 해결 #943

Merged
merged 8 commits into from
Jan 4, 2025

Conversation

eun-byeol
Copy link
Contributor

@eun-byeol eun-byeol commented Jan 3, 2025

🚩 연관 이슈

close #942


📝 작업 내용

#938 운영서버 배포 중 dev 프로필로 활성화되어 실패하는 문제가 있었습니다.

에러 해결

추가 변경사항

간단한 작업들이라 함께 커밋했습니다.

  • 사용하지 않는 backend-cd-prod.yml 파일 제거
  • 운영서버 배포 시 Health Check 작업 추가

🏞️ 스크린샷 (선택)


🗣️ 리뷰 요구사항 (선택)

해당 PR 머지 후 main에도 반영되야 하므로, 2.3.4로 배포 하겠습니다.

eun-byeol and others added 5 commits January 3, 2025 17:15
* chore: prod datasource 설정 변경

* chore: prod v2 cd 스크립트 추가

* chore: dockerfile default profile 변경

* fix: prod datasource 암호문 변경

* chore: prod v2 트리거 수정

* chore: prod v2 스크립트 jasypt 변경

* chore: prod v2 TZ 추가

* chore: prod v2 롤백 작업 추가

* style: 개행 제거

* chore: cd prod v2 트리거 브랜치 main으로 수정
@eun-byeol eun-byeol self-assigned this Jan 3, 2025
@eun-byeol eun-byeol changed the title fix: 운영 서버 배포 시 개발 서버 프로필로 활성화되는 문제 해결 fix: 운영 서버 배포 시 개발 서버 프로필로 활성화되는 문제 해결(리뷰X) Jan 3, 2025
Copy link

github-actions bot commented Jan 3, 2025

Test Results

 63 files   63 suites   13s ⏱️
209 tests 209 ✅ 0 💤 0 ❌
210 runs  210 ✅ 0 💤 0 ❌

Results for commit 419ab25.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Jan 3, 2025

📝 Test Coverage Report

Overall Project 82.79% 🍏

There is no coverage information present for the Files changed

@eun-byeol eun-byeol changed the title fix: 운영 서버 배포 시 개발 서버 프로필로 활성화되는 문제 해결(리뷰X) fix: 운영 서버 배포 시 개발 서버 프로필로 활성화되는 문제 해결 Jan 3, 2025
@@ -1,6 +1,7 @@
name: backend-cd-prod

on:
push:
Copy link
Member

Choose a reason for hiding this comment

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

해당 코드가 추가된 이유가 있나요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

제거했습니다! 테스트 해보느라 들어가 있었네요ㅎㅎ

Copy link
Contributor

@coli-geonwoo coli-geonwoo left a comment

Choose a reason for hiding this comment

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

별다른 리뷰 사안이 없어 approve & merge하겠습니다~

@coli-geonwoo coli-geonwoo merged commit f2dceed into develop Jan 4, 2025
3 checks passed
@coli-geonwoo coli-geonwoo deleted the feature/942 branch January 4, 2025 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: 운영 서버 배포 시 개발 서버 프로필로 활성화되는 문제 해결
3 participants