updating combtilefy

This commit is contained in:
Jorge Escobar 2021-11-02 12:06:06 -04:00
commit 930465f411
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ jobs:
- name: Run Scripts
run: |
poetry run python3 data_pipeline/application.py geo-score -s aws
poetry run python3 data_pipeline/application.py generate-map-tiles -s aws
poetry run python3 data_pipeline/application.py generate-map-tiles
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:

View file

@ -46,7 +46,7 @@ jobs:
- name: Generate Score Post
run: |
poetry run python3 data_pipeline/application.py generate-score-post -s aws
- name: Upload Score to AWS
- name: Upload Score Post to AWS
run: |
aws s3 sync ./data_pipeline/data/score/csv/ s3://justice40-data/data-pipeline/data/score/csv --acl public-read --delete
aws s3 sync ./data_pipeline/data/score/downloadable/ s3://justice40-data/data-pipeline/data/score/downloadable --acl public-read --delete