Skip to content

Commit

Permalink
fix frontend directory
Browse files Browse the repository at this point in the history
  • Loading branch information
wp99cp committed Jan 7, 2024
1 parent 72923a6 commit 34d98ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: npm ci && npm run build:prod
working-directory: frontend
working-directory: matraum-app
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
entryPoint: ./frontend
entryPoint: ./matraum-app
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT }}'
channelId: live
Expand Down

0 comments on commit 34d98ae

Please sign in to comment.