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