[#45] Renamed root

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

View File

@ -7,7 +7,7 @@ pipeline:
endpoint: ${S3_ENDPOINT} endpoint: ${S3_ENDPOINT}
access_key: ${S3_USER} access_key: ${S3_USER}
secret_key: ${S3_PASSWORD} secret_key: ${S3_PASSWORD}
root: fej-build-cache root: build-cache
restore: true restore: true
secrets: [ s3_endpoint, s3_user, s3_password ] secrets: [ s3_endpoint, s3_user, s3_password ]
@ -60,7 +60,7 @@ pipeline:
endpoint: ${S3_ENDPOINT} endpoint: ${S3_ENDPOINT}
access_key: ${S3_USER} access_key: ${S3_USER}
secret_key: ${S3_PASSWORD} secret_key: ${S3_PASSWORD}
root: fej-build-cache root: build-cache
rebuild: true rebuild: true
mount: mount:
- target - target
@ -77,7 +77,7 @@ pipeline:
endpoint: ${S3_ENDPOINT} endpoint: ${S3_ENDPOINT}
access_key: ${S3_USER} access_key: ${S3_USER}
secret_key: ${S3_PASSWORD} secret_key: ${S3_PASSWORD}
root: fej-build-cache root: build-cache
flush: true flush: 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