example-app/.drone.yml
standard-user c6d04653a8
All checks were successful
continuous-integration/drone Build is passing
Add .drone.yml
2024-08-23 20:56:06 +00:00

9 lines
114 B
YAML

kind: pipeline
name: hello-world
steps:
- name: say-hello
image: alpine
commands:
- echo "Hello, World!"