diff options
author | techknowlogick <techknowlogick@gitea.io> | 2021-05-12 15:08:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-12 15:08:33 -0400 |
commit | ffbd0fef06fd05ef789c7ff1009686940b127883 (patch) | |
tree | 98d2f3fe1582c3a591f485a559dcd646b0585773 /.drone.yml | |
parent | 8ab815ae932dd337d45a2b31bd7c1fae8a1d98c4 (diff) | |
download | gitea-ffbd0fef06fd05ef789c7ff1009686940b127883.tar.gz gitea-ffbd0fef06fd05ef789c7ff1009686940b127883.zip |
change s3 bucket name (#15847)
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml index 565529e658..a54e5c4589 100644 --- a/.drone.yml +++ b/.drone.yml @@ -530,7 +530,7 @@ steps: image: plugins/s3:1 settings: acl: public-read - bucket: releases + bucket: gitea-artifacts endpoint: https://storage.gitea.io path_style: true source: "dist/release/*" @@ -551,7 +551,7 @@ steps: image: plugins/s3:1 settings: acl: public-read - bucket: releases + bucket: gitea-artifacts endpoint: https://storage.gitea.io path_style: true source: "dist/release/*" @@ -626,7 +626,7 @@ steps: image: plugins/s3:1 settings: acl: public-read - bucket: releases + bucket: gitea-artifacts endpoint: https://storage.gitea.io path_style: true source: "dist/release/*" |