workspace:
|
|
base: /go
|
|
path: src/github.com/drone-plugins/drone-deb
|
|
|
|
pipeline:
|
|
|
|
builddeb:
|
|
image: plugins/deb
|
|
pull: never
|
|
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
|
|
host:
|
|
path: /opt/docker/production/lch-web/web/deb
|