volumes
This commit is contained in:
+9
-6
@@ -1,13 +1,17 @@
|
|||||||
|
workspace:
|
||||||
|
base: /go
|
||||||
|
path: src/github.com/drone-plugins/drone-deb
|
||||||
|
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: builddeb
|
- name: builddeb
|
||||||
pull: never
|
image: docker
|
||||||
image: plugins/deb
|
repo: plugins/deb
|
||||||
volumes:
|
volumes:
|
||||||
- name: debian
|
- name: debhost
|
||||||
path: /debian
|
path: /debian
|
||||||
settings:
|
settings:
|
||||||
description: Linux Compressor Humanizer
|
description: Linux Compressor Humanizer
|
||||||
@@ -19,10 +23,9 @@ steps:
|
|||||||
auto_path: debian/
|
auto_path: debian/
|
||||||
depends:
|
depends:
|
||||||
- bash
|
- bash
|
||||||
target:
|
target: /debian
|
||||||
- /debian
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: debian
|
- name: debhost
|
||||||
host:
|
host:
|
||||||
path: /opt/docker/production/lch-web/web/deb
|
path: /opt/docker/production/lch-web/web/deb
|
||||||
|
|||||||
Reference in New Issue
Block a user