Added drone auto build

This commit is contained in:
kolaente 2019-09-22 17:04:59 +02:00
parent b9a317f688
commit 63d3e4965c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 14 additions and 0 deletions

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
pull: true
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: vikunja/golang-build
tags: latest