mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
removing delete step
This commit is contained in:
parent
80ad3c62d2
commit
53e35427f2
1 changed files with 0 additions and 1 deletions
1
.github/workflows/combine-tilefy.yml
vendored
1
.github/workflows/combine-tilefy.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue