Skip to content

Commit

Permalink
specify directory path to app
Browse files Browse the repository at this point in the history
  • Loading branch information
nwaughachukwuma committed Nov 12, 2024
1 parent bddc842 commit 9777fff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ jobs:
with:
credentials_json: "${{ secrets.GCP_SA_KEY }}"

- run: pnpm app:sync
- run: pnpm app:build
- run: pnpm sync
working-directory: app
- run: pnpm build
working-directory: app
- uses: actions/upload-artifact@v4
with:
name: app
Expand Down

0 comments on commit 9777fff

Please sign in to comment.