From 9ae797f4123fce30db073447a136b75e31fefa56 Mon Sep 17 00:00:00 2001 From: mst-mkt <131662659+mst-mkt@users.noreply.github.com> Date: Thu, 12 Sep 2024 00:47:45 +0900 Subject: [PATCH] chore(actions): set env-variables for build frontend --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) 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