~repos /only-bible-app
git clone https://pyrossh.dev/repos/only-bible-app.git
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
2f2cbcfa
—
pyrossh 2 years ago
fix firebase deploy
.github/workflows/{firebase-hosting-merge.yml → firebase-hosting.yml}
RENAMED
|
@@ -17,6 +17,8 @@ jobs:
|
|
|
17
17
|
- run: flutter pub get
|
|
18
18
|
- run: flutter build web
|
|
19
19
|
- uses: FirebaseExtended/action-hosting-deploy@v0
|
|
20
|
+
env:
|
|
21
|
+
FIREBASE_CLI_EXPERIMENTS: webframeworks
|
|
20
22
|
with:
|
|
21
23
|
repoToken: '${{ secrets.GITHUB_TOKEN }}'
|
|
22
24
|
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_ONLY_BIBLE_APP }}'
|