Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

feat: add app_ui package (#45) #38

feat: add app_ui package (#45)

feat: add app_ui package (#45) #38

name: deploy_app_dev
on:
push:
branches:
- main
jobs:
deploy-dev:
runs-on: ubuntu-latest
name: Deploy App Development
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: "stable"
- run: flutter packages get
- run: flutter build web --web-renderer canvaskit
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_DEV }}"
projectId: dash-run-dev
target: app_dev
expires: 30d
channelId: live