diff --git a/.github/workflows/dev_push_to_s3.yml b/.github/workflows/dev_push_to_s3.yml index 9a045a1..be34b83 100644 --- a/.github/workflows/dev_push_to_s3.yml +++ b/.github/workflows/dev_push_to_s3.yml @@ -6,7 +6,7 @@ name: dev Push to S3 on: push: branches: - - npm-cache + - dev/use-testing-endpoint jobs: build: diff --git a/src/data-sources/covid-free-meal-sites.js b/src/data-sources/covid-free-meal-sites.js index 53f41b4..5ac0ca2 100644 --- a/src/data-sources/covid-free-meal-sites.js +++ b/src/data-sources/covid-free-meal-sites.js @@ -3,8 +3,8 @@ export default { type: 'http-get', dependent: 'none', resettable: false, - // url: 'https://services.arcgis.com/fLeGjb7u4uXqeF9q/arcgis/rest/services/COVID19_FreeMealSites_2_0_FOR_TESTING/FeatureServer/0/query', - url: 'https://services.arcgis.com/fLeGjb7u4uXqeF9q/arcgis/rest/services/COVID19_FreeMealSites_2_0_PUBLICVIEW/FeatureServer/0/query', + url: 'https://services.arcgis.com/fLeGjb7u4uXqeF9q/arcgis/rest/services/COVID19_FreeMealSites_2_0_FOR_TESTING/FeatureServer/0/query', + // url: 'https://services.arcgis.com/fLeGjb7u4uXqeF9q/arcgis/rest/services/COVID19_FreeMealSites_2_0_PUBLICVIEW/FeatureServer/0/query', options: { params: { where: '1=1',