mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
Fixes for the DOI 2.0 site
This commit is contained in:
parent
0b612fbade
commit
e7f1794533
3 changed files with 5 additions and 5 deletions
4
.github/workflows/deploy_backend_main.yml
vendored
4
.github/workflows/deploy_backend_main.yml
vendored
|
@ -104,8 +104,8 @@ jobs:
|
||||||
- name: Deploy Score and Map to Geoplatform AWS
|
- name: Deploy Score and Map to Geoplatform AWS
|
||||||
if: ${{ env.J40_VERSION_LABEL_STRING == '2.0' }}
|
if: ${{ env.J40_VERSION_LABEL_STRING == '2.0' }}
|
||||||
run: |
|
run: |
|
||||||
poetry run s4cmd put ./data_pipeline/data/score/* s3://${{secrets.S3_DATA_BUCKET}}/data-versions/${{env.J40_VERSION_LABEL_STRING}}/data/score/ --sync-check --recursive --force --num-threads=250
|
poetry run s4cmd put ./data_pipeline/data/score/* s3://${{secrets.S3_DATA_BUCKET}}/data-versions/${{env.J40_VERSION_LABEL_STRING}}/data/score/ --sync-check --recursive --force --API-ACL=public-read --num-threads=250
|
||||||
poetry run s4cmd put ./data_pipeline/files/* s3://${{secrets.S3_DATA_BUCKET}}/data-versions/${{env.J40_VERSION_LABEL_STRING}}/data/score/downloadable/ --sync-check --recursive --force
|
poetry run s4cmd put ./data_pipeline/files/* s3://${{secrets.S3_DATA_BUCKET}}/data-versions/${{env.J40_VERSION_LABEL_STRING}}/data/score/downloadable/ --sync-check --API-ACL=public-read --recursive --force
|
||||||
poetry run s4cmd put ./data_pipeline/data/tribal/* s3://${{secrets.S3_DATA_BUCKET}}/data-versions/${{env.J40_VERSION_LABEL_STRING}}/data/tribal/ --recursive --force --API-ACL=public-read --num-threads=250
|
poetry run s4cmd put ./data_pipeline/data/tribal/* s3://${{secrets.S3_DATA_BUCKET}}/data-versions/${{env.J40_VERSION_LABEL_STRING}}/data/tribal/ --recursive --force --API-ACL=public-read --num-threads=250
|
||||||
- name: 2.0 Post-deploy Score Check
|
- name: 2.0 Post-deploy Score Check
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
# Feature Tiles env variables:
|
# Feature Tiles env variables:
|
||||||
# The TILES_BASE_URL will be determined by the DATA_SOURCE env variable
|
# The TILES_BASE_URL will be determined by the DATA_SOURCE env variable
|
||||||
GATSBY_CDN_TILES_BASE_URL=https://dig0wsohit6js.cloudfront.net
|
GATSBY_CDN_TILES_BASE_URL=https://static-data-screeningtool.geoplatform.gov
|
||||||
GATSBY_LOCAL_TILES_BASE_URL=http://localhost:5000/data/data-pipeline
|
GATSBY_LOCAL_TILES_BASE_URL=http://localhost:5000/data/data-pipeline
|
||||||
|
|
||||||
GATSBY_DATA_PIPELINE_SCORE_PATH_LOCAL=data_pipeline/data/score
|
GATSBY_DATA_PIPELINE_SCORE_PATH_LOCAL=data_pipeline/data/score
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
# Feature Tiles env variables:
|
# Feature Tiles env variables:
|
||||||
# The TILES_BASE_URL will always point to the CDN
|
# The TILES_BASE_URL will always point to the CDN
|
||||||
GATSBY_CDN_TILES_BASE_URL=https://dig0wsohit6js.cloudfront.net
|
GATSBY_CDN_TILES_BASE_URL=https://static-data-screeningtool.geoplatform.gov
|
||||||
|
|
||||||
GATSBY_2_0_TRIBAL_PATH=data-versions/2.0/data/tribal
|
GATSBY_2_0_TRIBAL_PATH=data-versions/2.0/data/tribal
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue