[#45] Changed root style
continuous-integration/drone the build failed Details

pull/72/head
Jef Roosens 2021-05-11 21:19:18 +02:00
parent 63316314aa
commit 81c0d5e00b
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 6 additions and 8 deletions

View File

@ -7,7 +7,7 @@ pipeline:
endpoint: https://s3.roosens.me
access_key: ${S3_USER}
secret_key: ${S3_PASSWORD}
root: /build-cache
root: build-cache/
restore: true
secrets: [ s3_user, s3_password ]
@ -60,14 +60,13 @@ pipeline:
endpoint: https://s3.roosens.me
access_key: ${S3_USER}
secret_key: ${S3_PASSWORD}
root: build-cache
root: build-cache/
rebuild: true
path_style: true
mount:
- target
- web/node_modules
secrets: [ s3_endpoint, s3_user, s3_password ]
secrets: [ s3_user, s3_password ]
# Push the cache, even on failure
when:
status: [ success, failure ]
@ -75,16 +74,15 @@ pipeline:
flush-cache:
image: plugins/s3-cache
endpoint: ${S3_ENDPOINT}
endpoint: https://s3.roosens.me
access_key: ${S3_USER}
secret_key: ${S3_PASSWORD}
root: build-cache
root: build-cache/
flush: true
path_style: true
# Delete cache older than 30 days (might lower this)
flush_age: 30
secrets: [ s3_endpoint, s3_user, s3_password ]
secrets: [ s3_user, s3_password ]
# Push the cache, even on failure
when:
status: [ success, failure ]