Add drone

This commit is contained in:
kolaente 2020-02-19 20:47:52 +01:00
parent 7ce8982004
commit 8a34d8dc65
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 15 additions and 0 deletions

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
pull: true
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: kolaente/database-backup
tags: latest