Skip to content

Commit

Permalink
ci(ci): 💚 Updated ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
itpropro committed Jan 2, 2024
1 parent 1b00407 commit e2f1aaf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: "upload"
app_location: "/playground"
api_location: "/playground/.output/server"
output_location: "/playground/.output/public"
api_location: ".output/server"
output_location: ".output/public"
env:
PRE_BUILD_COMMAND: npm install -g pnpm
CUSTOM_BUILD_COMMAND: pnpm install && pnpm -w run dev:prepare && pnpm -w run dev:build
Expand Down

0 comments on commit e2f1aaf

Please sign in to comment.