mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-09-20 04:38:06 -07:00
parent
5f588672a7
commit
d7a0be7ee7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/create-score-version.yml
vendored
4
.github/workflows/create-score-version.yml
vendored
|
@ -65,8 +65,8 @@ jobs:
|
|||
poetry run python3 data_pipeline/application.py generate-score-post -s aws
|
||||
- name: Deploy Score to Geoplatform AWS
|
||||
run: |
|
||||
poetry run s4cmd put ./data_pipeline/data/score/csv/ s3://justice40-data/data-versions/${{J40_VERSION_LABEL_STRING}}/data/score/csv --recursive --force --API-ACL=public-read
|
||||
poetry run s4cmd put ./data_pipeline/files/ s3://justice40-data/data-versions/${{J40_VERSION_LABEL_STRING}}/data/score/downloadable --recursive --force --API-ACL=public-read
|
||||
poetry run s4cmd put ./data_pipeline/data/score/csv/ s3://justice40-data/data-versions/${{env.J40_VERSION_LABEL_STRING}}/data/score/csv --recursive --force --API-ACL=public-read
|
||||
poetry run s4cmd put ./data_pipeline/files/ s3://justice40-data/data-versions/${{env.J40_VERSION_LABEL_STRING}}/data/score/downloadable --recursive --force --API-ACL=public-read
|
||||
|
||||
# - name: Install GDAL/ogr2ogr
|
||||
# run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue