File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ name: Deploy basic example
33# Deploys examples/basic to Firebase Hosting.
44#
55# Required repository secrets:
6- # FIREBASE_SERVICE_ACCOUNT - JSON key of a service account with the
7- # " Firebase Hosting Admin" role on the project
8- # in examples/basic/.firebaserc
6+ # FIREBASE_SERVICE_ACCOUNT - JSON key of a service account for the
7+ # `mapconductor` Firebase project with the
8+ # "Firebase Hosting Admin" role
99# VITE_GOOGLE_MAPS_API_KEY - Google Maps JavaScript API key
1010# VITE_ARCGIS_API_KEY - ArcGIS Location Platform API key
1111# VITE_MAPBOX_ACCESS_TOKEN - Mapbox access token
7575 - name : Deploy to Firebase Hosting
7676 uses : FirebaseExtended/action-hosting-deploy@v0
7777 with :
78- repoToken : ${{ secrets.GITHUB_TOKEN }}
7978 firebaseServiceAccount : ${{ secrets.FIREBASE_SERVICE_ACCOUNT }}
79+ projectId : mapconductor
8080 channelId : live
8181 entryPoint : examples/basic
Original file line number Diff line number Diff line change 11{
22 "projects": {
3- "default": "mapconductor-react"
4- },
5- "targets": {},
6- "etags": {}
3+ "default": "mapconductor"
4+ }
75}
You can’t perform that action at this time.
0 commit comments