Files
containers/.drone/.rsync.yml
2021-09-07 16:06:01 -04:00

19 lines
330 B
YAML

---
clone:
git:
image: plugins/git
when:
path: 'rsync/*'
pipeline_rsync:
publish:
image: plugins/docker
repo: registry.service.dc1.consul:5000/rsync
registry: registry.service.dc1.consul:5000
insecure: true
context: rsync/
dockerfile: rsync/Dockerfile
when:
path: 'rsync/*'
...