Skip to content

[REFACTOR] 프로덕션용 CICD#370

Merged
yaaan7 merged 3 commits into
developfrom
refactor/369-production-cicd
Jun 18, 2026
Merged

[REFACTOR] 프로덕션용 CICD#370
yaaan7 merged 3 commits into
developfrom
refactor/369-production-cicd

Conversation

@yaaan7

@yaaan7 yaaan7 commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator

🔗 Related Issue

✨ 작업 개요

작업 내용을 간략하게 작성해주세요.

운영 배포 안정성 강화를 위해 Prod CI/CD 워크플로우를 개선했습니다.

  • GitHub Actions에서 OIDC 기반 AWS Role Assume을 적용하여 장기 AWS Access Key 사용 줄이기
  • 운영 배포 중복 실행을 방지하기 위해 concurrency 설정 추가
  • 운영 도메인 HTTPS URL 기준으로 smoke test를 수행하도록 변경
  • 배포 실패 시 이전 버전으로 롤백한 뒤 롤백 결과까지 health check로 재검증하도록 보완

체크리스트

  • Reviewers, Assignees, Labels를 모두 등록했나요?
  • .gitignore 설정을 하였나요?
  • PR 머지 전 반드시 CI가 정상적으로 작동하는지 확인해주세요!

📷 이미지 첨부 (선택)

  • 작업 결과를 확인할 수 있는 이미지나 GIF를 첨부해주세요.
  • UI 변경, API 응답 샘플, 테스트 결과 등이 포함되면 좋아요!

🧐 집중 리뷰 요청

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요.

@yaaan7 yaaan7 self-assigned this Jun 18, 2026
@yaaan7 yaaan7 added the ♻️ refactor 기능 변화 없는 코드 리팩터링 label Jun 18, 2026
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@taerimiiii taerimiiii left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM!! 가보자구%%
(∩` ロ ´)⊃━✱✱✱✱✱✱

@yaaan7 yaaan7 merged commit 4b2828f into develop Jun 18, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

♻️ refactor 기능 변화 없는 코드 리팩터링

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[REFACTOR] Prod CICD 개선

2 participants