mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-10-20 07:03:52 -07:00
use aws cp instead of sync
This commit is contained in:
parent
8ddfc6b305
commit
361654f4e2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/generate-census.yml
vendored
2
.github/workflows/generate-census.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
|||
- name: Upload Census Zip to Geoplatform AWS
|
||||
run: |
|
||||
ls ./data_pipeline/data/tmp
|
||||
aws s3 sync ./data_pipeline/data/tmp/census.zip s3://justice40-data/data-sources/census.zip --acl public-read --delete
|
||||
aws s3 cp ./data_pipeline/data/tmp/census.zip s3://justice40-data/data-sources/census.zip --acl public-read --delete
|
||||
- name: Update PR with Comment about deployment
|
||||
uses: mshick/add-pr-comment@v1
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue