fix: CI/CD by adding entryPoint to reflect changes in folder structure

This commit is contained in:
sBubshait 2025-07-20 10:28:43 +03:00
parent c3497ee7f8
commit ca35b01281
3 changed files with 2 additions and 2 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -31,10 +31,10 @@ 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 }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_WESALAPP_BC676 }}
channelId: live
projectId: wesalapp-bc676
entryPoint: frontend

View File

@ -16,8 +16,8 @@ jobs:
- 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 }}
projectId: wesalapp-bc676
entryPoint: frontend