commit c6d04653a8c4c11655ef2da13bddb76f19eaf40c Author: standard-user Date: Fri Aug 23 20:56:06 2024 +0000 Add .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..99d2f85 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,8 @@ +kind: pipeline +name: hello-world + +steps: +- name: say-hello + image: alpine + commands: + - echo "Hello, World!"