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