fix: Updated bucket name

This commit is contained in:
Gavin D'souza 2020-09-15 13:17:53 +05:30
parent 26e132b5b6
commit 0ac124f0d6

View file

@ -35,7 +35,7 @@ jobs:
with:
args: --acl public-read
env:
AWS_S3_BUCKET: 'frappe-assets'
AWS_S3_BUCKET: 'assets.frappeframework.com'
AWS_ACCESS_KEY_ID: ${{ secrets.S3_ASSETS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_ASSETS_SECRET_ACCESS_KEY }}
AWS_S3_ENDPOINT: 'http://s3.fr-par.scw.cloud'