From b8f31aa337cb48a133277643e7979b4a137f852f Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Mon, 10 May 2021 22:19:49 +0200 Subject: [PATCH 1/2] [#45] Renamed root --- .woodpecker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 2229146..602d04f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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 From 9d065c229ea4de38a2cc896198be0422e0ac4c68 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Mon, 10 May 2021 22:21:56 +0200 Subject: [PATCH 2/2] [#45] Added path_style option --- .woodpecker.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 602d04f..7652ea3 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -9,6 +9,7 @@ pipeline: secret_key: ${S3_PASSWORD} root: build-cache restore: true + path_style: true secrets: [ s3_endpoint, s3_user, s3_password ] @@ -62,6 +63,7 @@ pipeline: secret_key: ${S3_PASSWORD} root: build-cache rebuild: true + path_style: true mount: - target - web/node_modules @@ -79,6 +81,7 @@ pipeline: secret_key: ${S3_PASSWORD} root: build-cache flush: true + path_style: true # Delete cache older than 30 days (might lower this) flush_age: 30