programm-webhook/.drone.yml

9 lines
139 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: hello_world
image: alpine:latest
commands:
- echo "Hello, World!"