Skip to content

Merge pull request #21 from vitoramaral10/feature/pubdev_score #127

Merge pull request #21 from vitoramaral10/feature/pubdev_score

Merge pull request #21 from vitoramaral10/feature/pubdev_score #127

# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Deploy to Firebase Hosting on merge
'on':
push:
branches:
- master
jobs:
build:
name: flutter build
# The type of runner that the job will run on
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v2
- run: flutter pub get
- run: cd example && flutter build web
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_GET_BOOTSTRAP }}'
channelId: live
projectId: get-bootstrap