From c3497ee7f8395958bbde1dcab4e6e826d3d702dc Mon Sep 17 00:00:00 2001 From: sBubshait Date: Sun, 20 Jul 2025 10:21:31 +0300 Subject: [PATCH] fix: CI/CD to reflect restrucring front end to frontend folder --- .DS_Store | Bin 10244 -> 10244 bytes .github/workflows/firebase-hosting-merge.yml | 1 + .../firebase-hosting-pull-request.yml | 2 ++ 3 files changed, 3 insertions(+) diff --git a/.DS_Store b/.DS_Store index 7255bf3a5e20d4630f3d5a54e890f6059278f5e5..e7a3d4d8431201f58fe2a336c665f12140e00692 100644 GIT binary patch delta 60 zcmZn(XbITxRAllmQK8A-MH09qs;kXSEOiu2j3>(rJ8WJgn##4AO(BpKQzDrO0DjLB A!vFvP delta 78 zcmZn(XbITxRD^No?W|I|!r5U>?Kah}T?Abg|G=pn1yFvgf IJ|(G40OctczyJUM diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 1e972f8..0b83826 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -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 }} diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 03dd36a..c7e494b 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -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 }}