Skip to content

Commit

Permalink
chore(actions): set env-variables for build frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
mst-mkt committed Sep 11, 2024
1 parent 354715d commit 9ae797f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build
env:
VITE_BACKEND_BASE_URL: https://api.chefcam.keito.dev
run: pnpm build
- name: Deploy
uses: cloudflare/pages-action@v1
Expand Down

0 comments on commit 9ae797f

Please sign in to comment.