Skip to content

Commit

Permalink
Merge pull request #489 from USEPA/feature/update-production-build-gi…
Browse files Browse the repository at this point in the history
…thub-action

Feature/update production build github action
  • Loading branch information
courtneymyers authored Sep 17, 2024
2 parents 6a8962d + a10e455 commit 4409f20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ jobs:
run: rm -rf .env.example .eslintrc.js .prettierrc.json
working-directory: app/server

- name: Remove NCES JSON files, as they're served from S3 in production
run: rm -rf nces-2023.json nces-2024.json
working-directory: app/server/app/content

- name: Copy production manifest file to server app
run: cp manifest-production.yml server/manifest-production.yml
working-directory: app
Expand Down

0 comments on commit 4409f20

Please sign in to comment.