Skip to content

Commit

Permalink
Merge pull request #491 from USEPA/develop
Browse files Browse the repository at this point in the history
Sync staging with develop
  • Loading branch information
courtneymyers authored Sep 17, 2024
2 parents 436b4f8 + 24bbadf commit b24ba99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 28 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
29 changes: 1 addition & 28 deletions app/server/app/content/nces-2024.json
Original file line number Diff line number Diff line change
Expand Up @@ -526365,7 +526365,7 @@
"Longitude": "-64.944611"
},
{
"NCES ID": "A999990",
"NCES ID": "A999999",
"School District Name": "Morongo School",
"Physical Address Line 1": "12130 Santiago Road",
"Physical Address Line 2": "",
Expand Down Expand Up @@ -526633,32 +526633,5 @@
"County Number ": "Not in ELSI",
"Latitude": "Not in ELSI",
"Longitude": "Not in ELSI"
},
{
"NCES ID": "A999999",
"School District Name": "",
"Physical Address Line 1": "",
"Physical Address Line 2": "",
"Physical Address Line 3": "",
"Physical Address City": "",
"Physical Address State": "",
"Physical Address Zip": "00nan",
"LEA Charter Status": "",
"Agency Type": "",
"Locale Code": "",
"Percent of Students in Poverty": "",
"Is Prioritized": "",
"Prioritized for Poverty >20%": "",
"Prioritized for Rural 43": "",
"Prioritized for Impact Aid": "",
"Prioritized for BIE": "",
"Prioritized Tribal (Impact and BIE)": "",
"Self-Certify (Large Number of Students and/or Number of Schools": "",
"Self-Certify Large Number of Student": "",
"Self-Certify Large Number of Schools": "",
"County Name": "",
"County Number ": "",
"Latitude": "",
"Longitude": ""
}
]

0 comments on commit b24ba99

Please sign in to comment.