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}"