hyperfk8s/.drone.yml

14 lines
172 B
YAML
Executable File

kind: pipeline
type: kubernetes
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world
trigger:
event:
- push