Skip to content

Commit

Permalink
add correect env vars during build
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Jul 20, 2024
1 parent 79474e1 commit f90d88d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
node-version: 18
- name: Build
run: cd clientv2 && corepack enable && yarn && yarn run build
env:
VITE_AAD_CLIENT_ID: 251efa82-f589-42e1-9ebb-e214a4f40a0f
VITE_API_URL: https://resume-api.qa.acm.illinois.edu/api/v1
VITE_KINDE_CLIENT_ID: 9dfcd7977da347f3ab55fbb909a4d5cf
VITE_RUN_ENVIRONMENT: dev
- name: Publish
uses: cloudflare/pages-action@v1
with:
Expand Down Expand Up @@ -108,6 +113,11 @@ jobs:
node-version: 18
- name: Build
run: cd clientv2 && corepack enable && yarn && yarn run build
env:
VITE_AAD_CLIENT_ID: 5178a6b1-f46d-40a2-b550-1389b9316446
VITE_API_URL: https://resume-api.acm.illinois.edu/api/v1
VITE_KINDE_CLIENT_ID: fdacad7aea554755844105f5606da0f6
VITE_RUN_ENVIRONMENT: prod
- name: Publish
uses: cloudflare/pages-action@v1
with:
Expand Down

0 comments on commit f90d88d

Please sign in to comment.