diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..6f647d3 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,15 @@ +kind: pipeline +type: docker +name: lifetracker + +trigger: + branch: + - master + event: + - push + +steps: + - name: say-hello + image: busybox + commands: + - echo hello-world