From 53e35427f2e89673897ef4551c75689736369dfe Mon Sep 17 00:00:00 2001 From: Jorge Escobar <83969469+esfoobar-usds@users.noreply.github.com> Date: Mon, 21 Mar 2022 14:52:19 -0400 Subject: [PATCH] removing delete step --- .github/workflows/combine-tilefy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/combine-tilefy.yml b/.github/workflows/combine-tilefy.yml index df196401..09fea6c8 100644 --- a/.github/workflows/combine-tilefy.yml +++ b/.github/workflows/combine-tilefy.yml @@ -74,7 +74,6 @@ jobs: aws-region: us-east-1 - name: Deploy to Geoplatform AWS run: | - aws s3 rm s3://justice40-data/data-pipeline/data/score/tiles --recursive poetry run s4cmd put ./data_pipeline/data/score/geojson/ s3://justice40-data/data-pipeline/data/score/geojson --recursive --force --API-ACL=public-read --num-threads=250 poetry run s4cmd put ./data_pipeline/data/score/shapefile/ s3://justice40-data/data-pipeline/data/score/shapefile --recursive --force --API-ACL=public-read poetry run s4cmd put ./data_pipeline/data/score/tiles/ s3://justice40-data/data-pipeline/data/score/tiles --recursive --force --API-ACL=public-read --num-threads=250