Use more envy
continuous-integration/woodpecker the build failed Details

This commit is contained in:
Hamcha 2021-11-17 16:35:38 +01:00
parent 72e86f13ed
commit ae12eaa6a0
Signed by: hamcha
GPG Key ID: 1669C533B8CF6D89
1 changed files with 6 additions and 6 deletions

View File

@ -40,8 +40,8 @@ pipeline:
image: woodpeckerci/plugin-s3 image: woodpeckerci/plugin-s3
bucket: tghandbook bucket: tghandbook
secrets: [minio_access, minio_secret] secrets: [minio_access, minio_secret]
access_key: $minio_access access_key: $MINIO_ACCESS
secret_key: $minio_secret secret_key: $MINIO_SECRET
source: dist/**/* source: dist/**/*
target: /${DRONE_COMMIT_BRANCH/\//_}-${DRONE_COMMIT_SHA:0:8}/ target: /${DRONE_COMMIT_BRANCH/\//_}-${DRONE_COMMIT_SHA:0:8}/
strip_prefix: dist/ strip_prefix: dist/
@ -55,8 +55,8 @@ pipeline:
image: woodpeckerci/plugin-s3 image: woodpeckerci/plugin-s3
bucket: tghandbook bucket: tghandbook
secrets: [minio_access, minio_secret] secrets: [minio_access, minio_secret]
access_key: $minio_access access_key: $MINIO_ACCESS
secret_key: $minio_secret secret_key: $MINIO_SECRET
source: dist-pr/**/* source: dist-pr/**/*
target: /pr-${DRONE_PULL_REQUEST}/ target: /pr-${DRONE_PULL_REQUEST}/
strip_prefix: dist-pr/ strip_prefix: dist-pr/
@ -70,8 +70,8 @@ pipeline:
image: woodpeckerci/plugin-s3 image: woodpeckerci/plugin-s3
bucket: tghandbook bucket: tghandbook
secrets: [minio_access, minio_secret] secrets: [minio_access, minio_secret]
access_key: $minio_access access_key: $MINIO_ACCESS
secret_key: $minio_secret secret_key: $MINIO_SECRET
source: dist-branch/**/* source: dist-branch/**/*
target: /${DRONE_COMMIT_BRANCH/\//_}/ target: /${DRONE_COMMIT_BRANCH/\//_}/
strip_prefix: dist-branch/ strip_prefix: dist-branch/