diff --git a/.drone.yml b/.drone.yml index 71376b5..a5aaf66 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,16 @@ steps: path: /tosend commands: - apk add --no-cache rsync - - rsync -am --include="*/" --include="*.odt" --include="*.pdf" --exclude="*" ./ /tosend + - | + rsync -am --include="*/" + --include="*.html" + --include="*.css" + --include="*.png" + --include="*.jpg" + --include="*.odt" + --include="*.pdf" + --exclude="*" + ./ /tosend - name: Push bucket Raw image: plugins/s3-sync:1