[#45] Let's try some other env vars
continuous-integration/drone the build failed Details

pull/72/head
Jef Roosens 2021-05-11 21:38:19 +02:00
parent 81c0d5e00b
commit 2a14703097
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 3 additions and 9 deletions

View File

@ -5,12 +5,10 @@ pipeline:
pull: true
endpoint: https://s3.roosens.me
access_key: ${S3_USER}
secret_key: ${S3_PASSWORD}
root: build-cache/
restore: true
secrets: [ s3_user, s3_password ]
secrets: [ cache_s3_access_key, cache_s3_secret_key ]
# =====LINTING=====
@ -58,15 +56,13 @@ pipeline:
image: plugins/s3-cache
endpoint: https://s3.roosens.me
access_key: ${S3_USER}
secret_key: ${S3_PASSWORD}
root: build-cache/
rebuild: true
mount:
- target
- web/node_modules
secrets: [ s3_user, s3_password ]
secrets: [ cache_s3_access_key, cache_s3_secret_key ]
# Push the cache, even on failure
when:
status: [ success, failure ]
@ -75,14 +71,12 @@ pipeline:
image: plugins/s3-cache
endpoint: https://s3.roosens.me
access_key: ${S3_USER}
secret_key: ${S3_PASSWORD}
root: build-cache/
flush: true
# Delete cache older than 30 days (might lower this)
flush_age: 30
secrets: [ s3_user, s3_password ]
secrets: [ cache_s3_access_key, cache_s3_secret_key ]
# Push the cache, even on failure
when:
status: [ success, failure ]