From 930465f41198a3b416ea2c490f58c1a97853511d Mon Sep 17 00:00:00 2001 From: Jorge Escobar <83969469+esfoobar-usds@users.noreply.github.com> Date: Tue, 2 Nov 2021 12:06:06 -0400 Subject: [PATCH] updating combtilefy --- .github/workflows/combine-tilefy.yml | 2 +- .github/workflows/generate-score.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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