From d840a2ad0a0e5acf4e1ae82f1665f0c19f2a16f6 Mon Sep 17 00:00:00 2001 From: victor Date: Thu, 31 Jul 2025 15:48:02 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20.drone.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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..4b92417 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +type: docker +name: default + +steps: + - name: hello + image: alpine + commands: + - echo "Hello, Drone!" \ No newline at end of file