add drone config

This commit is contained in:
Jeffrey Paul 2020-09-08 16:00:04 -07:00
parent 691d3ff2d5
commit a76303f9f3
1 changed files with 13 additions and 0 deletions

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
network_mode: bridge
settings:
repo: sneak/sco
dry_run: true
tags:
- ${DRONE_COMMIT_SHA}
- ${DRONE_BRANCH}