Skip to content

Commit 303b7c7

Browse files
committed
Fix deploy
1 parent 9e9a3ce commit 303b7c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# This file was auto-generated by the Firebase CLI
22
# https://github.com/firebase/firebase-tools
33

4-
name: Deploy to Firebase Hosting on PR
4+
name: Deploy to Firebase Hosting on merge
55
on:
66
release:
77
types: [created]
88
jobs:
9-
build_and_preview:
10-
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
9+
build_and_deploy:
1110
runs-on: ubuntu-latest
1211
steps:
1312
- uses: actions/checkout@v2
1413
- uses: FirebaseExtended/action-hosting-deploy@v0
1514
with:
1615
repoToken: '${{ secrets.GITHUB_TOKEN }}'
1716
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_FILMIND }}'
17+
channelId: live
1818
projectId: filmind

0 commit comments

Comments
 (0)