diff --git a/.drone.yml b/.drone.yml
index 8f40f2a..8ddb516 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -2,28 +2,24 @@ workspace:
   base: /go
   path: src/github.com/drone-plugins/drone-deb
 
-kind: pipeline
-type: docker
-name: default
-
-steps:
-- name: builddeb
-  image: docker
-  repo: plugins/deb
-  volumes:
-  - name: debhost
-    path: /debian
-  settings:
-    description: Linux Compressor Humanizer
-    package: lch
-    version: 0.6
-    maintainer: Pedro Berrocal <pberr@hatthieves.es>
-    homepage: https://lch.hatthieves.es/
-    arch: all
-    auto_path: debian/
-    depends:
-      - bash
-    target: /debian
+pipeline:
+  builddeb:
+    image: docker
+    repo: plugins/deb
+    volumes:
+    - name: debhost
+      path: /debian
+    settings:
+      description: Linux Compressor Humanizer
+      package: lch
+      version: 0.6
+      maintainer: Pedro Berrocal <pberr@hatthieves.es>
+      homepage: https://lch.hatthieves.es/
+      arch: all
+      auto_path: debian/
+      depends:
+        - bash
+      target: /debian
 
 volumes:
 - name: debhost