Skip to content

Commit de25de4

Browse files
point to s3 endpoint directly (go-gitea#18497)
1 parent 889bdf9 commit de25de4

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
@@ -531,7 +531,7 @@ steps:
531531
settings:
532532
acl: public-read
533533
bucket: gitea-artifacts
534-
endpoint: https://storage.gitea.io
534+
endpoint: https://ams3.digitaloceanspaces.com
535535
path_style: true
536536
source: "dist/release/*"
537537
strip_prefix: dist/release/
@@ -552,7 +552,7 @@ steps:
552552
settings:
553553
acl: public-read
554554
bucket: gitea-artifacts
555-
endpoint: https://storage.gitea.io
555+
endpoint: https://ams3.digitaloceanspaces.com
556556
path_style: true
557557
source: "dist/release/*"
558558
strip_prefix: dist/release/
@@ -627,7 +627,7 @@ steps:
627627
settings:
628628
acl: public-read
629629
bucket: gitea-artifacts
630-
endpoint: https://storage.gitea.io
630+
endpoint: https://ams3.digitaloceanspaces.com
631631
path_style: true
632632
source: "dist/release/*"
633633
strip_prefix: dist/release/

0 commit comments

Comments
 (0)