From eb857936c5e0ea13bde67675a836cf3adc4d06c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Tue, 21 Sep 2021 18:02:56 +0200 Subject: [PATCH] Drone CI --- .drone.yml | 14 ++++++++++++++ README.md | 2 ++ 2 files changed, 16 insertions(+) create mode 100644 .drone.yml 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)