File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
5- on : pull_request
6- permissions :
7- checks : write
8- contents : read
9- pull-requests : write
4+ name : Deploy to Firebase Hosting on merge to dev
5+ on :
6+ push :
7+ branches :
8+ - dev
109jobs :
1110 build_and_preview :
12- if : ${{ github.event.pull_request.head.repo.full_name == github.repository }}
1311 runs-on : ubuntu-latest
1412 steps :
1513 - uses : actions/checkout@v4
3230 with :
3331 repoToken : ${{ secrets.GITHUB_TOKEN }}
3432 firebaseServiceAccount : ${{ secrets.FIREBASE_SERVICE_ACCOUNT_ANYSTEP_COMMUNITY_SERVICES }}
35- channelId : pr-${{ github.event.number }}
33+ channelId : dev
3634 expires : 12h
3735 projectId : anystep-community-services
3836 env :
3937 FIREBASE_CLI_EXPERIMENTS : webframeworks
40-
You can’t perform that action at this time.
0 commit comments