Skip to content

Commit

Permalink
Update deploy-web.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ooooorobo authored Aug 17, 2024
1 parent 69b0023 commit 6494e2d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,15 @@ jobs:
env:
- name: NODE_ENV
value: production
- name: VITE_API_BASE_URL
value: ${{ vars.VITE_API_BASE_URL }}
- name: VITE_KAUTH_URL
value: ${{ vars.VITE_KAUTH_URL }}
ports: 3000
build: npm run build
buildenv: []
context:
git:
url: [email protected]:${{ github.repository }}.git
ref: ${{ github.ref }}
ref: ${{ github.ref }}

0 comments on commit 6494e2d

Please sign in to comment.