diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..45ee432 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,15 @@ +kind: pipeline +type: docker +name: hello-world + +trigger: + branch: + - master + event: + - push + +steps: + - name: say-hello + image: busybox + commands: + - echo hello-world \ No newline at end of file