Skip to content

Commit 038d0db

Browse files
committed
update github workflow
1 parent 1a07b40 commit 038d0db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/firebase-deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Deploy to Firebase Hosting
33
on:
44
push:
55
branches:
6-
- main # Automatic build on push to main
6+
- main # Deploy to live channel
7+
- preview # Deploy to preview channel
78

89
jobs:
910
build-and-deploy:
@@ -27,7 +28,7 @@ jobs:
2728
uses: FirebaseExtended/action-hosting-deploy@v0
2829
with:
2930
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
30-
projectId: flutterflow-docs-82026
31+
projectId: dreamflow-docs-2c50c
3132
channelId: live
3233
repoToken: "${{secrets.GITHUB_TOKEN}}"
3334

0 commit comments

Comments
 (0)