Skip to content

Commit 5872ad0

Browse files
authored
Pooja/fix deploy (#42)
* Log broken links to see if deployment is fixed * Make config changes for fixing deployment * Update the Github Firebase Deploy workflow with official Github Action
1 parent 909e437 commit 5872ad0

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/firebase-deploy.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ jobs:
2121
- name: List Build Directory
2222
run: ls -R ./build # Ensure build output is correct
2323

24-
- name: Deploy to Firebase
25-
uses: w9jds/firebase-action@master
24+
- name: Deploy to Firebase Hosting
25+
uses: FirebaseExtended/action-hosting-deploy@v0
2626
with:
27-
args: deploy --only hosting
28-
env:
29-
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
27+
repoToken: "${{ secrets.FIREBASE_TOKEN }}"
28+
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_flutterflow_docs_82026 }}"
29+
projectId: flutterflow-docs-82026
30+
31+
32+

0 commit comments

Comments
 (0)