diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..bcf0917 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,14 @@ +kind: pipeline +type: docker +name: greeting + +steps: +- name: en + image: alpine + commands: + - echo hello world + +- name: fr + image: alpine + commands: + - echo bonjour monde