followup to: use secrets for s3 info (#530)
This commit is contained in:
parent
e783f4ea4a
commit
cfce25f0a7
12
.drone.yml
12
.drone.yml
|
@ -129,10 +129,16 @@ steps:
|
||||||
pull: always
|
pull: always
|
||||||
image: woodpeckerci/plugin-s3:latest
|
image: woodpeckerci/plugin-s3:latest
|
||||||
settings:
|
settings:
|
||||||
acl: public-read
|
acl:
|
||||||
bucket: gitea-artifacts
|
from_secret: aws_s3_acl
|
||||||
|
region:
|
||||||
|
from_secret: aws_s3_region
|
||||||
|
bucket:
|
||||||
|
from_secret: aws_s3_bucket
|
||||||
endpoint:
|
endpoint:
|
||||||
from_secret: aws_endpoint
|
from_secret: aws_s3_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}"
|
||||||
|
|
Loading…
Reference in New Issue