From 64770a771f25eb50a11d2207d2cfb2f86048901d Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Wed, 30 Jun 2021 04:36:05 +0800 Subject: [PATCH] rename s3 bucket name (#375) Reviewed-on: https://gitea.com/gitea/tea/pulls/375 Co-authored-by: techknowlogick Co-committed-by: techknowlogick --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index d96f05f..4d08751 100644 --- a/.drone.yml +++ b/.drone.yml @@ -99,7 +99,7 @@ steps: image: plugins/s3:1 settings: acl: public-read - bucket: releases + bucket: gitea-artifacts endpoint: https://storage.gitea.io path_style: true source: "dist/release/*" @@ -119,7 +119,7 @@ steps: image: plugins/s3:1 settings: acl: public-read - bucket: releases + bucket: gitea-artifacts endpoint: https://storage.gitea.io path_style: true source: "dist/release/*" @@ -141,7 +141,7 @@ steps: image: plugins/s3:1 settings: acl: public-read - bucket: releases + bucket: gitea-artifacts endpoint: https://storage.gitea.io path_style: true source: "dist/release/*"