Add drone ci integration

This commit is contained in:
Marcel Struck 2021-10-14 13:48:29 +02:00
parent b3662f5995
commit d8c38405db
No known key found for this signature in database
GPG Key ID: 16E0927836F0F8EC

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
kind: pipeline
type: docker
name: build
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: kingofdog/docker-hunspell
tags:
- latest