Merge pull request 'ci: MapTiler API 키 환경변수 전달 + 프로덕션 지도 스타일 적용' (#6) from develop into main
All checks were successful
Build and Deploy Wing / build-and-deploy (push) Successful in 19s

Reviewed-on: #6
This commit is contained in:
htlee 2026-02-16 07:53:21 +09:00
커밋 a594154512

파일 보기

@ -26,6 +26,9 @@ jobs:
run: npm ci
- name: Build web
env:
VITE_MAPTILER_KEY: ${{ secrets.MAPTILER_KEY }}
VITE_MAPTILER_BASE_MAP_ID: dataviz-dark
run: npm -w @wing/web run build
- name: Deploy to server