-
Notifications
You must be signed in to change notification settings - Fork 1
37 lines (31 loc) · 1015 Bytes
/
firebase-hosting.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
# modified to work with flutter
name: Build for Web and Deploy to Firebase Hosting
'on':
push:
branches:
- main
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Flutter
uses: subosito/flutter-action@v2.16.0
- name: Clean build artifacts
run: flutter clean
- name: Install Flutter dependencies
run: flutter pub get
- name: Flutter build for web
run: flutter build web
- name: Deploy to Firebase Hosting
uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_TOURGUIDE_FIREBASE }}'
channelId: live
projectId: tourguide-firebase
env:
FIREBASE_CLI_EXPERIMENTS: webframeworks