We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a07b40 commit 038d0dbCopy full SHA for 038d0db
.github/workflows/firebase-deploy.yml
@@ -3,7 +3,8 @@ name: Deploy to Firebase Hosting
3
on:
4
push:
5
branches:
6
- - main # Automatic build on push to main
+ - main # Deploy to live channel
7
+ - preview # Deploy to preview channel
8
9
jobs:
10
build-and-deploy:
@@ -27,7 +28,7 @@ jobs:
27
28
uses: FirebaseExtended/action-hosting-deploy@v0
29
with:
30
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
- projectId: flutterflow-docs-82026
31
+ projectId: dreamflow-docs-2c50c
32
channelId: live
33
repoToken: "${{secrets.GITHUB_TOKEN}}"
34
0 commit comments