Compare commits

..

No commits in common. "release/v0.9" and "v0.9.1" have entirely different histories.

1 changed files with 10 additions and 27 deletions

View File

@ -110,16 +110,11 @@ steps:
pull: always pull: always
image: woodpeckerci/plugin-s3:latest image: woodpeckerci/plugin-s3:latest
settings: settings:
acl: acl: public-read
from_secret: aws_s3_acl bucket: gitea-artifacts
region:
from_secret: aws_s3_region
bucket:
from_secret: aws_s3_bucket
endpoint: endpoint:
from_secret: aws_s3_endpoint from_secret: aws_endpoint
path_style: path_style: true
from_secret: aws_s3_path_style
source: "dist/release/*" source: "dist/release/*"
strip_prefix: dist/release/ strip_prefix: dist/release/
target: "/tea/${DRONE_TAG##v}" target: "/tea/${DRONE_TAG##v}"
@ -136,16 +131,10 @@ steps:
pull: always pull: always
image: woodpeckerci/plugin-s3:latest image: woodpeckerci/plugin-s3:latest
settings: settings:
acl: acl: public-read
from_secret: aws_s3_acl bucket: gitea-artifacts
region:
from_secret: aws_s3_region
bucket:
from_secret: aws_s3_bucket
endpoint: endpoint:
from_secret: aws_s3_endpoint from_secret: aws_endpoint
path_style:
from_secret: aws_s3_path_style
source: "dist/release/*" source: "dist/release/*"
strip_prefix: dist/release/ strip_prefix: dist/release/
target: "/tea/${DRONE_BRANCH##release/v}" target: "/tea/${DRONE_BRANCH##release/v}"
@ -164,16 +153,10 @@ steps:
pull: always pull: always
image: woodpeckerci/plugin-s3:latest image: woodpeckerci/plugin-s3:latest
settings: settings:
acl: acl: public-read
from_secret: aws_s3_acl bucket: gitea-artifacts
region:
from_secret: aws_s3_region
bucket:
from_secret: aws_s3_bucket
endpoint: endpoint:
from_secret: aws_s3_endpoint from_secret: aws_endpoint
path_style:
from_secret: aws_s3_path_style
source: "dist/release/*" source: "dist/release/*"
strip_prefix: dist/release/ strip_prefix: dist/release/
target: /tea/main target: /tea/main