summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorThomas Boerger <thomas@webhippie.de>2017-09-15 08:45:38 +0200
committerLunny Xiao <xiaolunwen@gmail.com>2017-09-15 14:45:38 +0800
commitcbe50587bafa0a807de128f9c3541ba922fbd2f8 (patch)
tree0e38dcac2024d3ee85868c5b8c6af50e2dfd770c /.drone.yml
parentad24a3134d4851aa80e9a385fe97882f6d034020 (diff)
downloadgitea-cbe50587bafa0a807de128f9c3541ba922fbd2f8.tar.gz
gitea-cbe50587bafa0a807de128f9c3541ba922fbd2f8.zip
Added bucket name to s3 drone plugin (#2505)
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index c7263522ec..38b5ddf87f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -168,6 +168,7 @@ pipeline:
image: plugins/s3:1
pull: true
secrets: [ aws_access_key_id, aws_secret_access_key ]
+ bucket: releases
endpoint: https://storage.gitea.io
path_style: true
strip_prefix: dist/release/
@@ -181,6 +182,7 @@ pipeline:
image: plugins/s3:1
pull: true
secrets: [ aws_access_key_id, aws_secret_access_key ]
+ bucket: releases
endpoint: https://storage.gitea.io
path_style: true
strip_prefix: dist/release/
@@ -194,6 +196,7 @@ pipeline:
image: plugins/s3:1
pull: true
secrets: [ aws_access_key_id, aws_secret_access_key ]
+ bucket: releases
endpoint: https://storage.gitea.io
path_style: true
strip_prefix: dist/release/