Añadir .drone.yml

This commit is contained in:
2025-08-01 07:57:54 +00:00
commit 34d78645c0

15
.drone.yml Normal file
View File

@@ -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