From 0ec4342863b5d8c9be02786de40fc3f9f54ee9f4 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Fri, 11 Mar 2022 05:02:27 +0800 Subject: [PATCH] use direct s3 endpoint (#59) Reviewed-on: https://gitea.com/gitea/changelog/pulls/59 --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index bb245d8..a7fc43a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -81,8 +81,7 @@ steps: settings: acl: public-read bucket: gitea-artifacts - endpoint: https://storage.gitea.io - path_style: true + endpoint: https://ams3.digitaloceanspaces.com source: "dist/release/*" strip_prefix: dist/release/ target: /changelog-tool/master @@ -101,8 +100,7 @@ steps: settings: acl: public-read bucket: gitea-artifacts - endpoint: https://storage.gitea.io - path_style: true + endpoint: https://ams3.digitaloceanspaces.com source: "dist/release/*" strip_prefix: dist/release/ target: "/changelog-tool/${DRONE_TAG##v}"