volumes
This commit is contained in:
+9
-1
@@ -6,6 +6,9 @@ steps:
|
|||||||
- name: builddeb
|
- name: builddeb
|
||||||
pull: never
|
pull: never
|
||||||
image: plugins/deb
|
image: plugins/deb
|
||||||
|
volumes:
|
||||||
|
- name: debian
|
||||||
|
path: /debian
|
||||||
settings:
|
settings:
|
||||||
description: Linux Compressor Humanizer
|
description: Linux Compressor Humanizer
|
||||||
package: lch
|
package: lch
|
||||||
@@ -13,4 +16,9 @@ steps:
|
|||||||
maintainer: Pedro Berrocal <pberr@hatthieves.es>
|
maintainer: Pedro Berrocal <pberr@hatthieves.es>
|
||||||
homepage: https://lch.hatthieves.es/
|
homepage: https://lch.hatthieves.es/
|
||||||
arch: all
|
arch: all
|
||||||
auto_path: debian/
|
auto_path: /debian/
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- name: debian
|
||||||
|
host:
|
||||||
|
path: /opt/docker/production/lch-web/web/deb
|
||||||
|
|||||||
Reference in New Issue
Block a user