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

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 ]