[#45] Renamed root
parent
bd51b6ce14
commit
b8f31aa337
|
@ -7,7 +7,7 @@ pipeline:
|
|||
endpoint: ${S3_ENDPOINT}
|
||||
access_key: ${S3_USER}
|
||||
secret_key: ${S3_PASSWORD}
|
||||
root: fej-build-cache
|
||||
root: build-cache
|
||||
restore: true
|
||||
|
||||
secrets: [ s3_endpoint, s3_user, s3_password ]
|
||||
|
@ -60,7 +60,7 @@ pipeline:
|
|||
endpoint: ${S3_ENDPOINT}
|
||||
access_key: ${S3_USER}
|
||||
secret_key: ${S3_PASSWORD}
|
||||
root: fej-build-cache
|
||||
root: build-cache
|
||||
rebuild: true
|
||||
mount:
|
||||
- target
|
||||
|
@ -77,7 +77,7 @@ pipeline:
|
|||
endpoint: ${S3_ENDPOINT}
|
||||
access_key: ${S3_USER}
|
||||
secret_key: ${S3_PASSWORD}
|
||||
root: fej-build-cache
|
||||
root: build-cache
|
||||
flush: true
|
||||
# Delete cache older than 30 days (might lower this)
|
||||
flush_age: 30
|
||||
|
|
Loading…
Reference in New Issue