From 34d78645c0830862d728d8ca6be101580d41cf86 Mon Sep 17 00:00:00 2001 From: victor Date: Fri, 1 Aug 2025 07:57:54 +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 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..bfce996 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,15 @@ +kind: pipeline +type: docker +name: default + +steps: + - name: hello + image: alpine + commands: + - echo "hello from drone 2" + +trigger: + event: + - push + branch: + - main \ No newline at end of file