From 9187f9c1c9053cd2465ccd4dc5f58b32ce95e666 Mon Sep 17 00:00:00 2001 From: first_admin Date: Sat, 24 Aug 2024 19:05:54 +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!"