diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..a61682f --- /dev/null +++ b/.drone.yml @@ -0,0 +1,14 @@ +--- +kind: pipeline +name: default + +steps: +- name: docker + image: plugins/docker + settings: + repo: ldericher/kiwi-backup + auto_tag: true + username: + from_secret: DOCKER_USERNAME + password: + from_secret: DOCKER_PASSWORD diff --git a/README.md b/README.md index 455a4e0..ae87cd1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # kiwi-backup +[![Build Status](https://github.drone.yavook.de/api/badges/ldericher/kiwi-backup/status.svg)](https://github.drone.yavook.de/ldericher/kiwi-backup) + > `kiwi` - simple, consistent, powerful The backup solution for [`kiwi-scp`](https://github.com/ldericher/kiwi-scp)