use direct s3 endpoint #59

Merged
techknowlogick merged 1 commits from refs/pull/59/head into master 2022-03-10 21:02:27 +00:00

@ -81,8 +81,7 @@ steps:
settings: settings:
acl: public-read acl: public-read
bucket: gitea-artifacts bucket: gitea-artifacts
endpoint: https://storage.gitea.io endpoint: https://ams3.digitaloceanspaces.com
path_style: true
source: "dist/release/*" source: "dist/release/*"
strip_prefix: dist/release/ strip_prefix: dist/release/
target: /changelog-tool/master target: /changelog-tool/master
@ -101,8 +100,7 @@ steps:
settings: settings:
acl: public-read acl: public-read
bucket: gitea-artifacts bucket: gitea-artifacts
endpoint: https://storage.gitea.io endpoint: https://ams3.digitaloceanspaces.com
path_style: true
source: "dist/release/*" source: "dist/release/*"
strip_prefix: dist/release/ strip_prefix: dist/release/
target: "/changelog-tool/${DRONE_TAG##v}" target: "/changelog-tool/${DRONE_TAG##v}"