adding portfwd job

This commit is contained in:
2021-09-09 16:17:56 -04:00
parent 9f1d95cc63
commit 3f0cc54e77
3 changed files with 61 additions and 0 deletions

18
.drone/portfwd.yml Normal file
View File

@@ -0,0 +1,18 @@
---
clone:
git:
image: plugins/git
when:
path: 'portfwd/*'
pipeline:
publish_portfwd:
image: plugins/docker
repo: registry.service.dc1.consul:5000/portfwd
registry: registry.service.dc1.consul:5000
insecure: true
context: portfwd/
dockerfile: portfwd/Dockerfile
when:
path: 'portfwd/*'
...