diff --git a/.drone.yml b/.drone.yml index 2e60049..11d8366 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,11 @@ type: docker name: default steps: +- name: say-hello + image: busybox + commands: + - echo hello-world + - name: backend image: composer commands: