Drone CI.

This commit is contained in:
2019-10-12 02:35:06 +05:00
parent 3de925e9c7
commit 8bb29474c5

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: dockerhub_user
password:
from_secret: dockerhub_password
repo: pztrn/bitlbee
auto_tag: true