mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-30 10:21:17 -07:00
updating combtilefy
This commit is contained in:
parent
4c26e8e97c
commit
930465f411
2 changed files with 2 additions and 2 deletions
2
.github/workflows/combine-tilefy.yml
vendored
2
.github/workflows/combine-tilefy.yml
vendored
|
@ -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:
|
||||
|
|
2
.github/workflows/generate-score.yml
vendored
2
.github/workflows/generate-score.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue