Actualizar .drone.yml

This commit is contained in:
2025-07-31 16:29:57 +00:00
parent 52dcac6ab1
commit 872283e1f5

View File

@@ -6,4 +6,10 @@ steps:
- name: hello - name: hello
image: alpine image: alpine
commands: commands:
- echo "hello from drone" && echo "pushed" - echo "hello from drone" && echo "pushed"
trigger:
event:
- push
branch:
- main