diff options
author | techknowlogick | 2022-01-31 17:39:39 -0500 |
---|---|---|
committer | GitHub | 2022-01-31 17:39:39 -0500 |
commit | 115e4772cce467e991e187347e64f70439e5784d (patch) | |
tree | 7b93be5c30eb732e27dca3138af8d941e6ec8d96 /.drone.yml | |
parent | 7d452558f095a5dea687a6e9b67961c8ae2aef7f (diff) |
point to s3 endpoint directly (#18497)
Co-authored-by: 6543 <6543@obermui.de>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml index 74567cafe..88ef4a7a9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -567,7 +567,7 @@ steps: settings: acl: public-read bucket: gitea-artifacts - endpoint: https://storage.gitea.io + endpoint: https://ams3.digitaloceanspaces.com path_style: true source: "dist/release/*" strip_prefix: dist/release/ @@ -588,7 +588,7 @@ steps: settings: acl: public-read bucket: gitea-artifacts - endpoint: https://storage.gitea.io + endpoint: https://ams3.digitaloceanspaces.com path_style: true source: "dist/release/*" strip_prefix: dist/release/ @@ -665,7 +665,7 @@ steps: settings: acl: public-read bucket: gitea-artifacts - endpoint: https://storage.gitea.io + endpoint: https://ams3.digitaloceanspaces.com path_style: true source: "dist/release/*" strip_prefix: dist/release/ |