From 6f247b5c2a42b292970ab9ab8089d8ac33b277fb Mon Sep 17 00:00:00 2001 From: Benjamin Bolte Date: Thu, 15 Aug 2024 18:23:53 -0700 Subject: [PATCH] asdf --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 208c0cba..080efd59 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -44,7 +44,7 @@ jobs: - name: Write .env.production working-directory: frontend env: - BACKEND_URL: ${{ secrets.BACKEND_URL }} + BACKEND_URL: ${{ env.BACKEND_URL }} run: | echo "VITE_APP_BACKEND_URL=${BACKEND_URL}" >> .env.production