commit d840a2ad0a0e5acf4e1ae82f1665f0c19f2a16f6 Author: victor Date: Thu Jul 31 15:48:02 2025 +0000 AƱadir .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