Skip to content

chore(deps): bump w9jds/firebase-action from 14.12.0 to 14.12.1 (#514) #495

chore(deps): bump w9jds/firebase-action from 14.12.0 to 14.12.1 (#514)

chore(deps): bump w9jds/firebase-action from 14.12.0 to 14.12.1 (#514) #495

name: deploy_app_dev
on:
push:
branches:
- main
jobs:
deploy-dev:
runs-on: ubuntu-latest
name: Deploy App Development
steps:
- uses: actions/checkout@v5
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
with:
channel: "stable"
- run: flutter packages get
- run: flutter build web -t lib/main_development.dart --dart-define SHARING_ENABLED=true --dart-define ENCRYPTION_KEY=${{ secrets.ENCRYPTION_KEY }} --dart-define ENCRYPTION_IV=${{ secrets.ENCRYPTION_IV }} --dart-define RECAPTCHA_KEY=${{ secrets.RECAPTCHA_KEY }} --dart-define ALLOW_PRIVATE_MATCHES=true
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_DEV }}"
projectId: top-dash-dev
target: app_dev
expires: 30d
channelId: live