diff options
author | techknowlogick | 2022-01-31 17:50:20 -0500 |
---|---|---|
committer | GitHub | 2022-01-31 17:50:20 -0500 |
commit | 5a16cbdaf69d447e801f0ae5f19b04a38dda939c (patch) | |
tree | 68b12d68c95323b2804787c5e0838ffe84ba5922 | |
parent | 889bdf9196723f2b546a03fac8bb0e2de7fea728 (diff) |
point to s3 endpoint directly (#18497) (#18509)
-rw-r--r-- | .drone.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml index a432881d0..843d0f992 100644 --- a/.drone.yml +++ b/.drone.yml @@ -531,7 +531,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/ @@ -552,7 +552,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/ @@ -627,7 +627,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/ |