ci: GitHub Actions 워크플로우 Vercel 기반으로 전환#265
Merged
Yeonny0723 merged 8 commits intodevelopmentfrom Mar 22, 2026
Merged
Conversation
Vercel 배포 전환으로 output: standalone 불필요
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
변경 사항
배포 파이프라인 재구성
build-check.yml제거 →vercel-build-check.yml로 교체 (yarn build→npx vercel build)vercel-preview.yml추가:developmentpush 시 Vercel Preview 배포vercel-production.yml추가:mainpush 시 Vercel Production 배포lint-check.yml유지 (변경 없음)브랜치 → 환경 매핑
developmentmainfeature 브랜치는
development로 merge될 때 preview 배포가 트리거됩니다. PR 단계에서는vercel build로 빌드 검증만 수행합니다..vercel/project.json커밋.gitignore규칙 변경:.vercel→.vercel/*+!.vercel/project.jsonproject.json을 커밋하여 CI에서VERCEL_ORG_ID/VERCEL_PROJECT_IDSecret 없이 프로젝트 식별 가능cache/,output/)는 계속 무시됨환경 변수
NEXT_PUBLIC_*변수는 Vercel 대시보드에서 관리VERCEL_TOKEN만 등록env:블록으로 주입테스트 방법
vercel build check워크플로우가 트리거되는지 확인developmentmerge 후 Vercel Preview 배포가 정상 실행되는지 확인mainmerge 후 Vercel Production 배포가 정상 실행되는지 확인관련 문서
Vercel 운영/구성 가이드 문서