Drone CI.

This commit is contained in:
Stanislav Nikitin 2019-10-12 02:35:06 +05:00
parent 3de925e9c7
commit 8bb29474c5
No known key found for this signature in database
GPG Key ID: 106900B32F8192EE
1 changed files with 15 additions and 0 deletions

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