added drone config

This commit is contained in:
konrad 2019-04-25 19:20:49 +02:00
parent 62c4a8f474
commit f547e6736c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 20 additions and 0 deletions

20
.drone.yml Normal file
View File

@ -0,0 +1,20 @@
kind: pipeline
name: build
trigger:
branch:
- master
event:
- push
steps:
- name: docker
image: plugins/docker
pull: true
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: vikunja/flutter-build
auto_tag: true