Skip to content

Commit

Permalink
Fix s3 bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Feb 18, 2021
1 parent 7f8d0a3 commit 9c25d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
with:
args: --acl public-read --cache-control max-age=30 --metadata-directive REPLACE
env:
AWS_S3_BUCKET: s3://bbc.godbolt.org/
AWS_S3_BUCKET: bbc.godbolt.org
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
SOURCE_DIR: 'out/dist'

0 comments on commit 9c25d59

Please sign in to comment.