Portnut/.drone.yml
Justine Pelletreau 453edfede3 Added dronefile
2023-07-14 00:17:11 +02:00

12 lines
126 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world