Personal-Website/.drone.yml
2022-07-10 11:16:35 -07:00

10 lines
124 B
YAML

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