Skip to content

Commit ffbd0fe

Browse files
change s3 bucket name (#15847)
1 parent 8ab815a commit ffbd0fe

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
@@ -530,7 +530,7 @@ steps:
530530
image: plugins/s3:1
531531
settings:
532532
acl: public-read
533-
bucket: releases
533+
bucket: gitea-artifacts
534534
endpoint: https://storage.gitea.io
535535
path_style: true
536536
source: "dist/release/*"
@@ -551,7 +551,7 @@ steps:
551551
image: plugins/s3:1
552552
settings:
553553
acl: public-read
554-
bucket: releases
554+
bucket: gitea-artifacts
555555
endpoint: https://storage.gitea.io
556556
path_style: true
557557
source: "dist/release/*"
@@ -626,7 +626,7 @@ steps:
626626
image: plugins/s3:1
627627
settings:
628628
acl: public-read
629-
bucket: releases
629+
bucket: gitea-artifacts
630630
endpoint: https://storage.gitea.io
631631
path_style: true
632632
source: "dist/release/*"

0 commit comments

Comments
 (0)