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 6c01fe5 commit dbc3513Copy full SHA for dbc3513
1 file changed
.github/workflows/firebase-deploy.yml
@@ -0,0 +1,19 @@
1
+name: Deploy to Firebase
2
+
3
+on:
4
+ push:
5
+ branches: [main]
6
7
+jobs:
8
+ deploy:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - uses: actions/checkout@v3
12
13
+ - name: Deploy to Firebase Hosting
14
+ uses: FirebaseExtended/action-hosting-deploy@v0
15
+ with:
16
+ repoToken: '${{ secrets.GITHUB_TOKEN }}'
17
+ firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT }}'
18
+ channelId: live
19
+ projectId: vision--browser
0 commit comments