We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e9a3ce commit 303b7c7Copy full SHA for 303b7c7
.github/workflows/firebase-hosting-pull-request.yml .github/workflows/firebase-hosting-merge.yml
@@ -1,18 +1,18 @@
1
# This file was auto-generated by the Firebase CLI
2
# https://github.com/firebase/firebase-tools
3
4
-name: Deploy to Firebase Hosting on PR
+name: Deploy to Firebase Hosting on merge
5
on:
6
release:
7
types: [created]
8
jobs:
9
- build_and_preview:
10
- if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
+ build_and_deploy:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
14
- uses: FirebaseExtended/action-hosting-deploy@v0
15
with:
16
repoToken: '${{ secrets.GITHUB_TOKEN }}'
17
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_FILMIND }}'
+ channelId: live
18
projectId: filmind
0 commit comments