Skip to content

Commit

Permalink
Fixes issue #107 Geoplatform AWS throws errors on load - we had confi…
Browse files Browse the repository at this point in the history
…gured 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)
  • Loading branch information
NatHillardUSDS committed Jun 9, 2021
1 parent 3defdff commit 3ada521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3ada521

Please sign in to comment.