diff --git a/.drone.yml b/.drone.yml index 6839f6b..2ece3b0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,11 +5,12 @@ name: default steps: - name: builddeb pull: never - image: plugins/deb - description: Linux Compressor Humanizer - package: lch - version: 0.6 - maintainer: Pedro Berrocal - homepage: https://lch.hatthieves.es/ - arch: all - auto_path: debian/ \ No newline at end of file + image: plugins/deb + settings: + description: Linux Compressor Humanizer + package: lch + version: 0.6 + maintainer: Pedro Berrocal + homepage: https://lch.hatthieves.es/ + arch: all + auto_path: debian/ \ No newline at end of file