Modified drone static build policy
the build failed Details

This commit is contained in:
konrad 2018-01-10 15:03:17 +01:00 committed by kolaente
parent 333a7247cf
commit 4282a97090
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 15 additions and 1 deletions

View File

@ -58,4 +58,18 @@ pipeline:
source: dist/release/*
target: /${DRONE_TAG##v}
when:
event: [ tag ]
event: [ tag ]
release:
image: plugins/s3:1
pull: true
secrets: [ aws_access_key_id, aws_secret_access_key ]
bucket: library-release
endpoint: https://storage.kolaente.de
path_style: true
strip_prefix: dist/release/
source: dist/release/*
target: /master
when:
event: [ push ]
branch: [ master ]