Skip to content

Commit

Permalink
fix(ci): add --mode staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Oct 9, 2024
1 parent 6363c2f commit ebf6086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build client (Vite.js)
run: |
bun i
bunx --bun vite build client --emptyOutDir --outDir '../server/public'
bunx --bun vite build client --mode staging --emptyOutDir --outDir '../server/public'
docker build -t ${{ github.repository }} .
- name: Get Tag
Expand Down

0 comments on commit ebf6086

Please sign in to comment.