diff --git a/.drone.yml b/.drone.yml index 423824a..9fe1c91 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,6 +44,7 @@ pipeline: GOPATH: /srv/app commands: - make release + - make release-zip when: event: [tag, push] @@ -54,8 +55,8 @@ pipeline: bucket: library-release endpoint: https://storage.kolaente.de path_style: true - strip_prefix: dist/release/ - source: dist/release/**/* + strip_prefix: dist/zip/ + source: dist/zip/* target: /${DRONE_TAG##v} when: event: [ tag ] @@ -67,8 +68,8 @@ pipeline: bucket: library-release endpoint: https://storage.kolaente.de path_style: true - strip_prefix: dist/release/ - source: dist/release/**/* + strip_prefix: dist/zip/ + source: dist/zip/* target: /master when: event: [ push ]