Añadir .drone.yml
Some checks reported errors
continuous-integration/drone Build was killed

This commit is contained in:
2025-07-31 15:48:02 +00:00
commit d840a2ad0a

9
.drone.yml Normal file
View File

@@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: default
steps:
- name: hello
image: alpine
commands:
- echo "Hello, Drone!"