diff --git a/.github/workflows/combine-tilefy.yml b/.github/workflows/combine-tilefy.yml index 9137a2ab..82e2cac1 100644 --- a/.github/workflows/combine-tilefy.yml +++ b/.github/workflows/combine-tilefy.yml @@ -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: diff --git a/.github/workflows/generate-score.yml b/.github/workflows/generate-score.yml index 1acb87b3..d24442e3 100644 --- a/.github/workflows/generate-score.yml +++ b/.github/workflows/generate-score.yml @@ -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