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
All checks were successful
Build and Deploy Wing / build-and-deploy (push) Successful in 19s
Reviewed-on: #6
This commit is contained in:
커밋
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
|
||||
|
||||
불러오는 중...
Reference in New Issue
Block a user