fix: CI/CD to reflect restrucring front end to frontend folder
This commit is contained in:
parent
3565fdd963
commit
c3497ee7f8
1
.github/workflows/firebase-hosting-merge.yml
vendored
1
.github/workflows/firebase-hosting-merge.yml
vendored
@ -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 }}
|
||||
|
||||
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user