fix: Updated bucket name
This commit is contained in:
parent
26e132b5b6
commit
0ac124f0d6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-assets-develop.yml
vendored
2
.github/workflows/publish-assets-develop.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue