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