commit cec7050b9f5dc04474aa3d34b8d7a0198d42c651 Author: Dmitriy Shesterkin Date: Sat Aug 27 22:34:07 2022 +0300 Init 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