commit 58b83af538c8399a0abbd5c8fafdaa2f08227b01 Author: admin Date: Thu Aug 6 13:25:47 2026 +0000 Add .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