diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..6902a98 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +kind: pipeline +name: build + +steps: + - name: docker + image: plugins/docker + settings: + repo: vbrandl/hits-of-code + auto_tag: true + username: + from_secret: docker_username + password: + from_secret: docker_password diff --git a/README.md b/README.md index a895823..912b6fc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Hits-of-Code [![Hits-of-Code](https://hitsofcode.com/github/vbrandl/hoc)](https://hitsofcode.com/view/github/vbrandl/hoc) -[![Docker build](https://img.shields.io/docker/cloud/build/vbrandl/hits-of-code.svg)](https://hub.docker.com/r/vbrandl/hits-of-code) +[![Drone build](https://drone.vbrandl.net/api/badges/vbrandl/hoc/status.svg)](https://drone.vbrandl.net/vbrandl/hoc) [![Gitlab build](https://gitlab.com/vbrandl/hoc/badges/master/pipeline.svg)](https://gitlab.com/vbrandl/hoc/pipelines) [![Travis build](https://travis-ci.org/vbrandl/hoc.svg?branch=master)](https://travis-ci.org/vbrandl/hoc)