commit 34d78645c0830862d728d8ca6be101580d41cf86 Author: victor Date: Fri Aug 1 07:57:54 2025 +0000 AƱadir .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