From 5f4b19d2fd5e396266f2a8ec03246294d8aa04ab Mon Sep 17 00:00:00 2001 From: Dmitry Chumak Date: Mon, 25 Apr 2022 21:13:07 +0300 Subject: [PATCH] drone.yml added --- .drone.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..c80732e --- /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 \ No newline at end of file