diff options
author | techknowlogick <hello@techknowlogick.com> | 2018-11-16 11:44:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-16 11:44:13 -0500 |
commit | 241ee793b74365927dda216e67ecb24245f07fab (patch) | |
tree | 40e755e716b39a5ef94dfd393379f7fa95ab0663 /.drone.yml | |
parent | e033d217e98fa81dd8b40ce5b1f9eaf2b2020e37 (diff) | |
download | gitea-241ee793b74365927dda216e67ecb24245f07fab.tar.gz gitea-241ee793b74365927dda216e67ecb24245f07fab.zip |
Set ACL on uploads (#5344)
To support https://github.com/go-gitea/infrastructure/pull/39
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 1a770ef4b6..60f9cdf6a2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -262,6 +262,7 @@ pipeline: pull: true secrets: [ aws_access_key_id, aws_secret_access_key ] bucket: releases + acl: public-read endpoint: https://storage.gitea.io path_style: true strip_prefix: dist/release/ @@ -275,6 +276,7 @@ pipeline: pull: true secrets: [ aws_access_key_id, aws_secret_access_key ] bucket: releases + acl: public-read endpoint: https://storage.gitea.io path_style: true strip_prefix: dist/release/ @@ -289,6 +291,7 @@ pipeline: pull: true secrets: [ aws_access_key_id, aws_secret_access_key ] bucket: releases + acl: public-read endpoint: https://storage.gitea.io path_style: true strip_prefix: dist/release/ |