Skip to content

Commit 39d209d

Browse files
change s3 bucket name (#15847)
1 parent c88392e commit 39d209d

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
@@ -522,7 +522,7 @@ steps:
522522
image: plugins/s3:1
523523
settings:
524524
acl: public-read
525-
bucket: releases
525+
bucket: gitea-artifacts
526526
endpoint: https://storage.gitea.io
527527
path_style: true
528528
source: "dist/release/*"
@@ -543,7 +543,7 @@ steps:
543543
image: plugins/s3:1
544544
settings:
545545
acl: public-read
546-
bucket: releases
546+
bucket: gitea-artifacts
547547
endpoint: https://storage.gitea.io
548548
path_style: true
549549
source: "dist/release/*"
@@ -618,7 +618,7 @@ steps:
618618
image: plugins/s3:1
619619
settings:
620620
acl: public-read
621-
bucket: releases
621+
bucket: gitea-artifacts
622622
endpoint: https://storage.gitea.io
623623
path_style: true
624624
source: "dist/release/*"

0 commit comments

Comments
 (0)