add dronefiles

This commit is contained in:
2021-09-07 14:52:56 -04:00
parent cdc6a067dc
commit 834f1f3e79
6 changed files with 76 additions and 0 deletions

21
.drone/.dante.yml Normal file
View File

@@ -0,0 +1,21 @@
---
pipeline:
publish_OpenVPN:
image: plugins/docker
settings:
repo: registry.service.dc1.consul:5000/dante
registry: registry.service.dc1.consul:5000
insecure: true
dockerfile: Dockerfile.openvpn
when:
path: 'dante/*'
publish_Wireguard:
image: plugins/docker
settings:
repo: registry.service.dc1.consul:5000/dante-wg
registry: registry.service.dc1.consul:5000
insecure: true
dockerfile: Dockerfile.wireguard
when:
path: 'dante/*'
...

View File

@@ -0,0 +1,11 @@
---
pipeline:
publish:
image: plugins/docker
settings:
repo: registry.service.dc1.consul:5000/fitbit-collect
registry: registry.service.dc1.consul:5000
insecure: true
when:
path: 'fitbit-collect/*'
...

11
.drone/.garminexport.yml Normal file
View File

@@ -0,0 +1,11 @@
---
pipeline:
publish:
image: plugins/docker
settings:
repo: registry.service.dc1.consul:5000/garminexport
registry: registry.service.dc1.consul:5000
insecure: true
when:
path: 'garminexport/*'
...

11
.drone/.gitea.yml Normal file
View File

@@ -0,0 +1,11 @@
---
pipeline:
publish:
image: plugins/docker
settings:
repo: registry.service.dc1.consul:5000/gitea
registry: registry.service.dc1.consul:5000
insecure: true
when:
path: 'gitea/*'
...

View File

@@ -0,0 +1,11 @@
---
pipeline:
publish:
image: plugins/docker
settings:
repo: registry.service.dc1.consul:5000/openpyn
registry: registry.service.dc1.consul:5000
insecure: true
when:
path: 'openpyn_alpine/*'
...

11
.drone/.rsync.yml Normal file
View File

@@ -0,0 +1,11 @@
---
pipeline:
publish:
image: plugins/docker
settings:
repo: registry.service.dc1.consul:5000/rsync
registry: registry.service.dc1.consul:5000
insecure: true
when:
path: 'rsync/*'
...