diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c1a25d8..73b370a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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