Skip to content

Commit

Permalink
chore: Add client .env
Browse files Browse the repository at this point in the history
  • Loading branch information
ssum1ra committed Nov 19, 2024
1 parent 5247445 commit f397813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/client-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
- name: Build
working-directory: ./client
env:
VITE_API_URL: ${{ secrets.VITE_API_URL }}
VITE_SOCKET_URL: ${{ secrets.VITE_SOCKET_URL }}
VITE_API_URL: ${{secrets.VITE_API_URL}}
VITE_SOCKET_URL: ${{secrets.VITE_SOCKET_URL}}
run: pnpm build

- name: Upload to Object Storage
Expand Down

0 comments on commit f397813

Please sign in to comment.