Push the master.tar.gz to /theme/ on minio

This commit is contained in:
Matthias Loibl 2016-12-07 23:44:35 +01:00
parent 339a3c487c
commit 663c9f0a9f
No known key found for this signature in database
GPG Key ID: B1C7DF661ABB2C1A
1 changed files with 2 additions and 3 deletions

View File

@ -12,9 +12,8 @@ pipeline:
release:
image: plugins/s3
path_style: true
strip_prefix: dist/
source: dist/*
target: /theme/master
source: master.tar.gz
target: /theme/
when:
event: [ push ]
branch: [ master ]