Compare commits

...

2 Commits

Author SHA1 Message Date
Jef Roosens 9d065c229e
[#45] Added path_style option
continuous-integration/drone the build failed Details
2021-05-10 22:21:56 +02:00
Jef Roosens b8f31aa337
[#45] Renamed root 2021-05-10 22:19:49 +02:00
1 changed files with 6 additions and 3 deletions

View File

@ -7,8 +7,9 @@ pipeline:
endpoint: ${S3_ENDPOINT}
access_key: ${S3_USER}
secret_key: ${S3_PASSWORD}
root: fej-build-cache
root: build-cache
restore: true
path_style: true
secrets: [ s3_endpoint, s3_user, s3_password ]
@ -60,8 +61,9 @@ pipeline:
endpoint: ${S3_ENDPOINT}
access_key: ${S3_USER}
secret_key: ${S3_PASSWORD}
root: fej-build-cache
root: build-cache
rebuild: true
path_style: true
mount:
- target
- web/node_modules
@ -77,8 +79,9 @@ pipeline:
endpoint: ${S3_ENDPOINT}
access_key: ${S3_USER}
secret_key: ${S3_PASSWORD}
root: fej-build-cache
root: build-cache
flush: true
path_style: true
# Delete cache older than 30 days (might lower this)
flush_age: 30