Fixes issue #107 Geoplatform AWS throws errors on load - we had configured a prefix-path for use with github pages, but this didn't match the path within the s3 bucket. Upload content to a subfolder and ensure pusers access site from /justice40-tool/ (#115)

This commit is contained in:
Nat Hillard 2021-06-08 10:44:56 -04:00 committed by GitHub
commit c07a14a8db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,4 +72,4 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1
- name: Deploy to Geoplatform AWS
run: aws s3 sync ./public/ s3://usds-geoplatform-justice40-website --delete
run: aws s3 sync ./public/ s3://usds-geoplatform-justice40-website/justice40-tool --delete