Merge pull request 'ci: 빌드 시 MapTiler API 키 환경변수 전달' (#5) from ci/actions-trigger into develop

This commit is contained in:
htlee 2026-02-16 07:52:35 +09:00
커밋 22099862e6

파일 보기

@ -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