From 58b83af538c8399a0abbd5c8fafdaa2f08227b01 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 6 Aug 2026 13:25:47 +0000 Subject: [PATCH] Add .drone.yml --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..a9f9a57 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +kind: pipeline +type: docker +name default + +steps: + - name: test + image: alpine + commands: + - echo "Drone CI is working" + - uname -a \ No newline at end of file