From 0d5cf6f413ac6f9fb38d41ce28f8c288580fd47a Mon Sep 17 00:00:00 2001 From: Andre Date: Tue, 26 Mar 2024 17:16:06 +0100 Subject: [PATCH] =?UTF-8?q?.drone.yml=20hinzugef=C3=BCgt?= 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..9ed257c --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +type: docker +name: default + +steps: + - name: hello_world + image: alpine:latest + commands: + - echo "Hello, World!" \ No newline at end of file