Skip to content

Commit 115e477

Browse files
techknowlogick6543
andauthored
point to s3 endpoint directly (#18497)
Co-authored-by: 6543 <[email protected]>
1 parent 7d45255 commit 115e477

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/
@@ -665,7 +665,7 @@ steps:
665665
settings:
666666
acl: public-read
667667
bucket: gitea-artifacts
668-
endpoint: https://storage.gitea.io
668+
endpoint: https://ams3.digitaloceanspaces.com
669669
path_style: true
670670
source: "dist/release/*"
671671
strip_prefix: dist/release/

0 commit comments

Comments
 (0)