Skip to content

Commit 2cb658f

Browse files
committed
Fix auto deployment issue
1 parent beccbd0 commit 2cb658f

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.firebaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"projects": {
3-
"default": "YOUR_FIREBASE_PROJECT_ID"
3+
"default": "splitllm-af10e"
44
}
55
}

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
flutter build web \
3232
--release \
3333
--dart-define=API_BASE_URL=${{ secrets.API_BASE_URL }} \
34-
--web-renderer html \
3534
--tree-shake-icons
3635
3736
- name: Deploy to Firebase Hosting

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ migrate_working_dir/
3232
pubspec.lock
3333

3434
# Web related
35+
.firebase
3536

3637
# Symbolication related
3738
app.*.symbols

0 commit comments

Comments
 (0)