diff --git a/.drone.yaml b/.drone.yaml new file mode 100644 index 0000000..f18376a --- /dev/null +++ b/.drone.yaml @@ -0,0 +1,9 @@ +kind: pipeline +name: hello-world +type: docker + +steps: + - name: say-hello + image: busybox + commands: + - echo hello-world \ No newline at end of file