[deploy] Vercel 배포 마이그레이션 #405
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📌 Summary
GitHub Actions 배포 워크플로를 main/develop 모두에서 동작하도록 정리하고
배포 대상 레포/소유자 설정을 GitHub Repo Variables로 전환했습니다.
또한 카카오 로그인 OAuth 흐름에서
env=local|preview|prod를 지원하도록 로그인/콜백 및 API 타입을 정리했습니다.Firebase Analytics는 VITE_ENABLE_FIREBASE_ANALYTICS 플래그로 명시적으로 켜고 끌 수 있게 했습니다.
📄 Tasks
CI/CD
${{ github.ref_name }}로 변경${{ vars.DEPLOY_DESTINATION_OWNER }}/${{ vars.DEPLOY_DESTINATION_REPO }}로 전환하여 하드코딩 제거Auth
getAuthEnvironment) 및 타입(AuthEnvironment) 추가Kakao OAuth
Analytics & ETC
vite-env.d.ts타입 추가🔍 To Reviewer
📸 Screenshot