fix: CI/CD to reflect restrucring front end to frontend folder

This commit is contained in:
sBubshait 2025-07-20 10:21:31 +03:00
parent 3565fdd963
commit c3497ee7f8
3 changed files with 3 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -31,6 +31,7 @@ jobs:
run: flutter build web --release
- name: Deploy to Firebase Hosting
working-directory: frontend
uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}

View File

@ -14,7 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: flutter build web
working-directory: frontend
- uses: FirebaseExtended/action-hosting-deploy@v0
working-directory: frontend
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_WESALAPP_BC676 }}