hyperfk8s/.drone.yml

16 lines
205 B
YAML
Executable File

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