Skip to content

Commit

Permalink
Added drone CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiorauber committed Jun 10, 2022
1 parent cb32149 commit b336e1d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
kind: pipeline
type: kubernetes
name: default
steps:
- name: docker
image: plugins/docker
settings:
repo: porto.interlegis.leg.br/library/powerdns
registry: porto.interlegis.leg.br
mirror: https://registrycache.interlegis.leg.br
pull: if-not-exists
auto_tag: true
username:
from_secret: porto_user
password:
from_secret: porto_pw
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# docker-powerdns
PowerDNS docker container, based on Debian Buster.

[![Build Status](https://drone.interlegis.leg.br/api/badges/SEIT/docker-powerdns/status.svg)](https://drone.interlegis.leg.br/SEIT/docker-powerdns)

## Requirements

### Docker
Expand Down

0 comments on commit b336e1d

Please sign in to comment.