Add .drone.yml
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
standard-user 2024-08-23 20:56:06 +00:00
commit c6d04653a8

8
.drone.yml Normal file
View File

@ -0,0 +1,8 @@
kind: pipeline
name: hello-world
steps:
- name: say-hello
image: alpine
commands:
- echo "Hello, World!"