Skip to content

Commit

Permalink
Configure live deployment for Flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
cadivus committed Oct 18, 2024
1 parent 49df121 commit f23bcc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: stable
- run: (cd open_earable && flutter build web --dart-define=BUILD_COMMIT=$(git
rev-parse --short HEAD) --dart-define=BUILD_BRANCH=$(git rev-parse
--abbrev-ref HEAD))
Expand All @@ -20,3 +23,4 @@ jobs:
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_OPEN_EARABLE_WEB }}
channelId: live
projectId: open-earable-web
entryPoint: open_earable/

0 comments on commit f23bcc4

Please sign in to comment.