From c6d04653a8c4c11655ef2da13bddb76f19eaf40c Mon Sep 17 00:00:00 2001 From: standard-user Date: Fri, 23 Aug 2024 20:56:06 +0000 Subject: [PATCH] Add .drone.yml --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .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!"