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
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: builddeb
|
||||
pull: never
|
||||
image: plugins/deb
|
||||
image: docker
|
||||
repo: plugins/deb
|
||||
volumes:
|
||||
- name: debian
|
||||
- name: debhost
|
||||
path: /debian
|
||||
settings:
|
||||
description: Linux Compressor Humanizer
|
||||
@@ -19,10 +23,9 @@ steps:
|
||||
auto_path: debian/
|
||||
depends:
|
||||
- bash
|
||||
target:
|
||||
- /debian
|
||||
target: /debian
|
||||
|
||||
volumes:
|
||||
- name: debian
|
||||
- name: debhost
|
||||
host:
|
||||
path: /opt/docker/production/lch-web/web/deb
|
||||
|
||||
Reference in New Issue
Block a user