Skip to content

Commit

Permalink
Fix location of remote_data_prefix for feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
brockfanning authored Jul 6, 2022
1 parent 8d9c6e6 commit 9fb9108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if: startsWith(github.ref, 'refs/heads/feature-site-') == false
with:
# Update this if your 'remote_data_prefix' setting is in a different file.
valueFile: '_config.yml'
valueFile: '_data/site_config.yml'
propertyPath: 'remote_data_prefix'
# Update this according to the public URL of your S3 bucket.
value: 'http://uk-sdg-feature-branches.s3-website.eu-west-2.amazonaws.com/${{ env.GITHUB_REF_SLUG }}-data'
Expand Down

0 comments on commit 9fb9108

Please sign in to comment.