Skip to content

Commit edd5702

Browse files
point to s3 endpoint directly (#18497) (#18510)
1 parent 083b85c commit edd5702

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.drone.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ steps:
567567
settings:
568568
acl: public-read
569569
bucket: gitea-artifacts
570-
endpoint: https://storage.gitea.io
570+
endpoint: https://ams3.digitaloceanspaces.com
571571
path_style: true
572572
source: "dist/release/*"
573573
strip_prefix: dist/release/
@@ -588,7 +588,7 @@ steps:
588588
settings:
589589
acl: public-read
590590
bucket: gitea-artifacts
591-
endpoint: https://storage.gitea.io
591+
endpoint: https://ams3.digitaloceanspaces.com
592592
path_style: true
593593
source: "dist/release/*"
594594
strip_prefix: dist/release/
@@ -663,7 +663,7 @@ steps:
663663
settings:
664664
acl: public-read
665665
bucket: gitea-artifacts
666-
endpoint: https://storage.gitea.io
666+
endpoint: https://ams3.digitaloceanspaces.com
667667
path_style: true
668668
source: "dist/release/*"
669669
strip_prefix: dist/release/

0 commit comments

Comments
 (0)