13 lines
221 B
YAML
13 lines
221 B
YAML
|
clone:
|
||
|
git:
|
||
|
image: plugins/git
|
||
|
depth: 1
|
||
|
|
||
|
pipeline:
|
||
|
build:
|
||
|
image: devforth/drone-builder
|
||
|
volumes:
|
||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||
|
commands:
|
||
|
- cd deploy && /bin/bash build.sh
|