mirror of
https://github.com/yavook/kiwi-backup.git
synced 2024-11-24 16:02:59 +00:00
Drone CI
This commit is contained in:
parent
3795b7acad
commit
eb857936c5
2 changed files with 16 additions and 0 deletions
14
.drone.yml
Normal file
14
.drone.yml
Normal file
|
@ -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
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue