diff --git a/.drone.yml b/.drone.yml index a8c2a48..6f59594 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,21 +1,29 @@ ---- +#kind: pipeline +#type: exec +#name: default +# +#steps: +# - name: default +# commands: +# - echo hello world +# - name: default +# commands: +# - echo hello world +# +#trigger: +# branch: +# - main +# +##node: +# #lights: builder + kind: pipeline -type: exec -name: Build and Deploy +type: docker +name: default steps: -- name: greeting +- name: test + image: alpine commands: - - echo hello world -- name: greeting - commands: - - echo hello world - -trigger: - branch: - - main - -#node: - #lights: builder -... - + - echo hello + - echo world