Skip to content

Commit 855e1f2

Browse files
authored
Merge branch 'staging' into fix--app-entrypoint
2 parents 8b63baa + 4cbd630 commit 855e1f2

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ jobs:
2424
env:
2525
BASE_URL: '/ePlant'
2626
VITE_MAPS_API_KEY: ${{ secrets.VITE_MAPS_API_KEY }}
27+
VITE_MAP_ID: ${{ secrets.VITE_MAP_ID }}

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
env:
3030
BASE_URL: '/ePlant'
3131
VITE_MAPS_API_KEY: ${{ secrets.VITE_MAPS_API_KEY }}
32+
VITE_MAP_ID: ${{ secrets.VITE_MAP_ID }}
33+
3234
- run: mv dist _site
3335
- name: Upload artifact
3436
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)