From cec7050b9f5dc04474aa3d34b8d7a0198d42c651 Mon Sep 17 00:00:00 2001 From: Dmitriy Shesterkin Date: Sat, 27 Aug 2022 22:34:07 +0300 Subject: [PATCH] Init --- .drone.yml | 9 +++++++++ README.md | 1 + 2 files changed, 10 insertions(+) create mode 100644 .drone.yml create mode 100644 README.md diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..3e080d7 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +name: hello-world +type: docker + +steps: + - name: say-hello + image: busybox + commands: + - echo hello-world diff --git a/README.md b/README.md new file mode 100644 index 0000000..86df60a --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Hello-word