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
|
||||
|
||||
- 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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user