Committed by
GitHub
fix: firebase action (#266)
* fix: firebase action * fix: add entry point
Showing
2 changed files
with
4 additions
and
2 deletions
| @@ -28,9 +28,10 @@ jobs: | @@ -28,9 +28,10 @@ jobs: | ||
| 28 | run: flutter build web --dart-define=FLUTTER_WEB_USE_SKIA=true | 28 | run: flutter build web --dart-define=FLUTTER_WEB_USE_SKIA=true |
| 29 | 29 | ||
| 30 | - name: 🚀 Deploy to firebase hosting | 30 | - name: 🚀 Deploy to firebase hosting |
| 31 | - - uses: FirebaseExtended/action-hosting-deploy@v0 | 31 | + uses: FirebaseExtended/action-hosting-deploy@v0 |
| 32 | with: | 32 | with: |
| 33 | repoToken: '${{ secrets.GITHUB_TOKEN }}' | 33 | repoToken: '${{ secrets.GITHUB_TOKEN }}' |
| 34 | firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_SHEET_PREVIEW }}' | 34 | firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_SHEET_PREVIEW }}' |
| 35 | channelId: live | 35 | channelId: live |
| 36 | projectId: sheet-preview | 36 | projectId: sheet-preview |
| 37 | + entryPoint: sheet/example |
| @@ -30,8 +30,9 @@ jobs: | @@ -30,8 +30,9 @@ jobs: | ||
| 30 | run: flutter build web --dart-define=FLUTTER_WEB_USE_SKIA=true | 30 | run: flutter build web --dart-define=FLUTTER_WEB_USE_SKIA=true |
| 31 | 31 | ||
| 32 | - name: 🚀 Deploy to firebase hosting | 32 | - name: 🚀 Deploy to firebase hosting |
| 33 | - - uses: FirebaseExtended/action-hosting-deploy@v0 | 33 | + uses: FirebaseExtended/action-hosting-deploy@v0 |
| 34 | with: | 34 | with: |
| 35 | repoToken: '${{ secrets.GITHUB_TOKEN }}' | 35 | repoToken: '${{ secrets.GITHUB_TOKEN }}' |
| 36 | firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_SHEET_PREVIEW }}' | 36 | firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_SHEET_PREVIEW }}' |
| 37 | projectId: sheet-preview | 37 | projectId: sheet-preview |
| 38 | + entryPoint: sheet/example |
-
Please register or login to post a comment