mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-14 09:11:39 -07:00
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:
parent
cd06100925
commit
c07a14a8db
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_deploy.yml
vendored
2
.github/workflows/build_deploy.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue