fix: CI/CD by adding entryPoint to reflect changes in folder structure
This commit is contained in:
parent
c3497ee7f8
commit
ca35b01281
2
.github/workflows/firebase-hosting-merge.yml
vendored
2
.github/workflows/firebase-hosting-merge.yml
vendored
@ -31,10 +31,10 @@ jobs:
|
|||||||
run: flutter build web --release
|
run: flutter build web --release
|
||||||
|
|
||||||
- name: Deploy to Firebase Hosting
|
- name: Deploy to Firebase Hosting
|
||||||
working-directory: frontend
|
|
||||||
uses: FirebaseExtended/action-hosting-deploy@v0
|
uses: FirebaseExtended/action-hosting-deploy@v0
|
||||||
with:
|
with:
|
||||||
repoToken: ${{ secrets.GITHUB_TOKEN }}
|
repoToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_WESALAPP_BC676 }}
|
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_WESALAPP_BC676 }}
|
||||||
channelId: live
|
channelId: live
|
||||||
projectId: wesalapp-bc676
|
projectId: wesalapp-bc676
|
||||||
|
entryPoint: frontend
|
||||||
|
|||||||
@ -16,8 +16,8 @@ jobs:
|
|||||||
- run: flutter build web
|
- run: flutter build web
|
||||||
working-directory: frontend
|
working-directory: frontend
|
||||||
- uses: FirebaseExtended/action-hosting-deploy@v0
|
- uses: FirebaseExtended/action-hosting-deploy@v0
|
||||||
working-directory: frontend
|
|
||||||
with:
|
with:
|
||||||
repoToken: ${{ secrets.GITHUB_TOKEN }}
|
repoToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_WESALAPP_BC676 }}
|
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_WESALAPP_BC676 }}
|
||||||
projectId: wesalapp-bc676
|
projectId: wesalapp-bc676
|
||||||
|
entryPoint: frontend
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user