1
0

Add '.drone.yml'

This commit is contained in:
bunix42 2018-02-16 14:50:11 +00:00
parent ef6cf6bc6f
commit e4493016e8

8
.drone.yml Normal file
View File

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