[#45] Added path_style option
continuous-integration/drone the build failed Details

pull/72/head
Jef Roosens 2021-05-10 22:21:56 +02:00
parent b8f31aa337
commit 9d065c229e
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,7 @@ pipeline:
secret_key: ${S3_PASSWORD} secret_key: ${S3_PASSWORD}
root: build-cache root: build-cache
restore: true restore: true
path_style: true
secrets: [ s3_endpoint, s3_user, s3_password ] secrets: [ s3_endpoint, s3_user, s3_password ]
@ -62,6 +63,7 @@ pipeline:
secret_key: ${S3_PASSWORD} secret_key: ${S3_PASSWORD}
root: build-cache root: build-cache
rebuild: true rebuild: true
path_style: true
mount: mount:
- target - target
- web/node_modules - web/node_modules
@ -79,6 +81,7 @@ pipeline:
secret_key: ${S3_PASSWORD} secret_key: ${S3_PASSWORD}
root: build-cache root: build-cache
flush: true flush: true
path_style: true
# Delete cache older than 30 days (might lower this) # Delete cache older than 30 days (might lower this)
flush_age: 30 flush_age: 30