Added auto-build on tagging to drone
the build failed Details

This commit is contained in:
konrad 2018-01-10 11:34:11 +01:00 committed by kolaente
parent f904aa49d7
commit 9ce162fc5a
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ pipeline:
commands:
- make release
when:
event: [ tag ]
event: [push, tag, deployment]
release:
image: plugins/s3:1
@ -57,4 +57,4 @@ pipeline:
source: dist/release/*
target: /library/${DRONE_TAG##v}
when:
event: [ tag ]
event: [push, tag, deployment]