From 0ff5c9fcc0526d1e1a15f6bbc9be6d2420123bff Mon Sep 17 00:00:00 2001 From: ggurdin <46800240+ggurdin@users.noreply.github.com> Date: Wed, 14 May 2025 16:19:32 -0400 Subject: [PATCH] chore: test to fix upload of env overrides (#2800) --- .github/workflows/main_deploy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main_deploy.yaml b/.github/workflows/main_deploy.yaml index 32d04359b..1c280b10e 100644 --- a/.github/workflows/main_deploy.yaml +++ b/.github/workflows/main_deploy.yaml @@ -48,6 +48,8 @@ jobs: echo "$WEB_APP_ENV" >> public/.env cp public/.env public/assets/.env touch public/assets/envs.json + echo "Test Environment File" + echo "$ENV_OVERRIDES" echo "$ENV_OVERRIDES" >> public/assets/envs.json - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v4