Personal-Website/.drone.yml

16 lines
179 B
YAML

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