From 7e0edf503f399e4382a6d524fe8d99d716da6444 Mon Sep 17 00:00:00 2001 From: Jo Date: Wed, 17 Apr 2024 08:12:38 -0400 Subject: [PATCH] frontend test --- .github/workflows/deploy-frontend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-frontend.yaml b/.github/workflows/deploy-frontend.yaml index 2ed6e9e0b..299ec5875 100644 --- a/.github/workflows/deploy-frontend.yaml +++ b/.github/workflows/deploy-frontend.yaml @@ -40,7 +40,7 @@ jobs: - name: Build project run: | - cp /build/frontend/.env.staging.example /build/frontend/.env.staging + cp frontend/.env.staging.example frontend/.env.staging cd frontend && yarn build --mode ${{inputs.build_environment}} - name: Configure AWS credentials