Skip to content

Commit cbe5058

Browse files
tboergerlunny
authored andcommitted
Added bucket name to s3 drone plugin (#2505)
1 parent ad24a31 commit cbe5058

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.drone.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ pipeline:
168168
image: plugins/s3:1
169169
pull: true
170170
secrets: [ aws_access_key_id, aws_secret_access_key ]
171+
bucket: releases
171172
endpoint: https://storage.gitea.io
172173
path_style: true
173174
strip_prefix: dist/release/
@@ -181,6 +182,7 @@ pipeline:
181182
image: plugins/s3:1
182183
pull: true
183184
secrets: [ aws_access_key_id, aws_secret_access_key ]
185+
bucket: releases
184186
endpoint: https://storage.gitea.io
185187
path_style: true
186188
strip_prefix: dist/release/
@@ -194,6 +196,7 @@ pipeline:
194196
image: plugins/s3:1
195197
pull: true
196198
secrets: [ aws_access_key_id, aws_secret_access_key ]
199+
bucket: releases
197200
endpoint: https://storage.gitea.io
198201
path_style: true
199202
strip_prefix: dist/release/

0 commit comments

Comments
 (0)