1
0

added drone build script

This commit is contained in:
bunix42 2017-08-14 10:03:05 +00:00
parent adacce4ba1
commit 1cb0c0623a

8
.drone.yml Normal file
View File

@ -0,0 +1,8 @@
pipeline:
docker:
image: plugins/docker
repo: bunix42/ttrss
tags:
- latest
secrets: [ docker_username, docker_password ]