update drone

This commit is contained in:
lizheming 2018-12-10 00:06:32 +08:00
parent 6e1484a30e
commit 17547610aa
1 changed files with 16 additions and 0 deletions

16
.drone.yml Normal file
View File

@ -0,0 +1,16 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: lizheming/drone-coveralls
when:
event: tag
branches:
- master