Skip to content

chore(zpl-viewer): Vercel 배포 CI/CD 추가#10

Merged
Bori-github merged 5 commits into
mainfrom
feat/zpl-viewer-deploy
Mar 13, 2026
Merged

chore(zpl-viewer): Vercel 배포 CI/CD 추가#10
Bori-github merged 5 commits into
mainfrom
feat/zpl-viewer-deploy

Conversation

@Bori-github

@Bori-github Bori-github commented Mar 13, 2026

Copy link
Copy Markdown
Owner

📝 작업 내용

zpl-viewer 웹 앱의 Vercel 배포 CI/CD 및 테스트 워크플로우 정리

배포 (deploy-zpl-viewer.yml)

  • zpl-viewer/v* 태그 푸시 또는 workflow_dispatch 수동 실행 시 Vercel 프로덕션 배포
  • apps/zpl-viewer/vercel.json: 앱 디렉터리 기준 빌드 설정 (outputDirectory: dist)

테스트 (test-react-zpl.yml)

  • test.ymltest-react-zpl.yml 이름 변경
  • PR 시 apps/react-zpl/**, tests/** 변경에만 실행하도록 paths 필터 추가

🔍 변경 범위

  • apps/react-zpl - React ZPL 라이브러리
  • docs - 문서 사이트
  • tests - 테스트 코드
  • demos - 데모 애플리케이션
  • 기타: .github/workflows/, apps/zpl-viewer/vercel.json - CI/CD 설정

📸 스크린샷 (선택사항)

📚 추가 정보

  • 배포 트리거: git tag zpl-viewer/v1.0.0 && git push origin zpl-viewer/v1.0.0 또는 Actions 탭에서 수동 실행
  • 필수 시크릿: VERCEL_TOKEN, VERCEL_ORG_ID, VERCEL_PROJECT_ID

- main push 시 apps/zpl-viewer 변경 감지 후 배포
- vercel.json 빌드 설정
- main push 대신 zpl-viewer/v* 태그 푸시 시 배포
- workflow_dispatch로 수동 실행 지원
@vercel

vercel Bot commented Mar 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
zpl-viewer Ready Ready Preview, Comment Mar 13, 2026 4:27pm

- 루트 vercel.json 제거
- apps/zpl-viewer/vercel.json 추가 (Root Directory 기준 설정)
- PR 시 apps/react-zpl, tests, test.yml 변경에만 실행
- react-zpl 테스트 전용 이름 지정
- paths 필터의 워크플로우 경로 수정
@Bori-github Bori-github self-assigned this Mar 13, 2026
@Bori-github Bori-github added the enhancement New feature or request label Mar 13, 2026
@Bori-github Bori-github merged commit 553e918 into main Mar 13, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant