initial
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Chris Hammer 2023-01-18 23:47:53 -05:00
commit 4c8cc33320
2 changed files with 10 additions and 0 deletions

9
.drone.yml Executable file
View File

@ -0,0 +1,9 @@
kind: pipeline
name: hello-world
type: docker
steps:
- name: say-hello
image: busybox
commands:
- echo hello-world

1
README Executable file
View File

@ -0,0 +1 @@
greetings! :)