From c921a9cf9f2983f941622f2028ab89787cbce551 Mon Sep 17 00:00:00 2001 From: bdeshi Date: Fri, 31 May 2024 05:55:39 +0600 Subject: [PATCH] ci: use variable for cache path style --- .woodpecker/cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker/cd.yml b/.woodpecker/cd.yml index fc63a62..53f9ac0 100644 --- a/.woodpecker/cd.yml +++ b/.woodpecker/cd.yml @@ -21,7 +21,6 @@ variables: from_secret: CACHE_S3_SECRET_ACCESS_KEY cache_settings: &cache_step_settings - path_style: true cache_key: '{{ .Commit.Branch }}-{{ checksum "yarn.lock" }}' archive_format: zstd bucket: @@ -30,6 +29,8 @@ variables: from_secret: CACHE_S3_ENDPOINT region: from_secret: CACHE_S3_REGION + path_style: + from_secret: CACHE_S3_USE_PATH_STYLE mount: - 'node_modules'