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