Skip to content

Commit

Permalink
frontend test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbass committed Apr 17, 2024
1 parent 644dce3 commit 7e0edf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e0edf5

Please sign in to comment.