techknowlogick
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
.drone.yml
|
|
@ -522,7 +522,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/*" |
|
|
@ -543,7 +543,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/*" |
|
|
@ -618,7 +618,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/*" |
|
|
|