diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..30c9e9e --- /dev/null +++ b/.drone.yml @@ -0,0 +1,8 @@ +kind: pipeline +name: default + +steps: + - name: build + image: docker:stable-dind + commands: + - docker build -t tobru/pylokid .