From 9d4db76ca857a49d42e89537f30717b2c89166a4 Mon Sep 17 00:00:00 2001 From: lalanza808 Date: Sat, 18 Apr 2020 20:26:08 -0700 Subject: [PATCH] testing drone ci --- .drone.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..0495397 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,25 @@ +kind: pipeline +type: docker +name: hello-world + +steps: +- name: en + image: alpine + commands: + - echo hello world + +- name: fr + image: alpine + commands: + - echo bonjour monde + +- name: sp + image: alpine + commands: + - echo hola mundo + +- name: notify + image: plugins/slack + settings: + channel: ops + webhook: https://hooks.slack.com/services/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