diff options
author | techknowlogick <techknowlogick@gitea.io> | 2022-01-31 17:50:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 17:50:41 -0500 |
commit | edd57028a15580a7faae352fdd171e291ea71688 (patch) | |
tree | 4580b07cfc338fdf219e1d6f9f0b85030d68e7d7 /.drone.yml | |
parent | 083b85c655c243d63754a13c29eb7d3a3db1fa87 (diff) | |
download | gitea-edd57028a15580a7faae352fdd171e291ea71688.tar.gz gitea-edd57028a15580a7faae352fdd171e291ea71688.zip |
point to s3 endpoint directly (#18497) (#18510)
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 4ba081e809..2fdab6cddc 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/ @@ -663,7 +663,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/ |