Skip to content

Dev#162

Merged
5solbin merged 15 commits into
mainfrom
dev
May 27, 2026
Merged

Dev#162
5solbin merged 15 commits into
mainfrom
dev

Conversation

@5solbin
Copy link
Copy Markdown
Contributor

@5solbin 5solbin commented May 27, 2026

Summary by CodeRabbit

릴리스 노트

  • Chores
    • CORS 설정을 확대하여 공식 도메인(valanse.kr) 및 배포 플랫폼(Vercel, Netlify)에서의 접근성 개선
    • 배포 파이프라인 설정 최적화

Review Change Stack

@5solbin 5solbin merged commit 7331dcc into main May 27, 2026
3 of 4 checks passed
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 27, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 5ec02325-afea-4a30-9eaa-0b2a67f9dbd4

📥 Commits

Reviewing files that changed from the base of the PR and between d69e0d4 and a744010.

📒 Files selected for processing (2)
  • .github/workflows/deploy-prod.yml
  • src/main/java/com/valanse/valanse/common/config/SecurityConfig.java

Walkthrough

이 PR은 EC2 배포 워크플로우 구성을 정리하고, 백엔드 CORS 정책을 확장하여 다양한 프론트엔드 배포 환경(로컬, 프로덕션 도메인, Vercel, Netlify)을 지원합니다.

Changes

CI/CD 배포 워크플로우 정리

Layer / File(s) Summary
SSH 액션 설정 정리
.github/workflows/deploy-prod.yml
appleboy/ssh-action의 with: 설정에서 미사용 AWS credential 환경 변수를 제거하고 EC2 연결 정보만 유지합니다. docker image cleanup 커맨드는 보존됩니다.

CORS 정책 확장

Layer / File(s) Summary
허용 오리진 및 패턴 확장
src/main/java/com/valanse/valanse/common/config/SecurityConfig.java
CORS allowedOriginshttps://www.valanse.kr를 추가하고, allowedOriginPatterns를 로컬 개발(http://127.0.0.1:*), 서브도메인(https://*.valanse.kr), 외부 플랫폼(https://*.vercel.app, https://*.netlify.app, http(s)://valanserver.store:[*]) 패턴으로 확장합니다.

Possibly related PRs

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🐰 워크플로우 정리하고 CORS 문을 넓혀,
다양한 배포지에 팔 벌려 환영하지.
로컬부터 클라우드까지 막힘 없이,
서버와 프론트, 이제 모두 함께 춤을 춘다.
작지만 소중한 변화로, 배포 경험을 부드럽게. 🌟

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dev

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

1 participant