Actualizar .drone.yml
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user