Add drone ci integration
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
KingOfDog 2021-10-14 13:50:34 +02:00
parent b3662f5995
commit b68f05eb03
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