diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index e7a3d4d..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 0b83826..00ec87a 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -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 diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index c7e494b..ddb69c2 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -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