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

Commit

Permalink
chore: github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
omartinma committed Nov 20, 2023
1 parent 1193273 commit d37d193
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
}
},
"etags": {}
}
}
11 changes: 5 additions & 6 deletions .github/workflows/deploy_app_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,16 @@ jobs:
runs-on: ubuntu-latest
name: Deploy App Development
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.16.0"
- run: flutter packages get
- run: flutter build web -t lib/main_development.dart
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_PHOTOBOOTH_DEV }}"
projectId: dash-ai-search-development
target: app_dev
expires: 30d
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_DASH_AI_SEARCH_DEVELOPMENT }}'
channelId: live
projectId: dash-ai-search-development
target: app_dev
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@
"predeploy": []
}
]
}
}

0 comments on commit d37d193

Please sign in to comment.