From acaed54d57b01de8fa89409ad82a899a00b71b31 Mon Sep 17 00:00:00 2001 From: first_admin Date: Sat, 24 Aug 2024 18:39:20 +0000 Subject: [PATCH] Add .drone.yml --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..4814214 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +type: docker +name: default + +steps: +- name: say-hello + image: alpine + commands: + - echo "Hello, World!"