drone-hello-world/.drone.yml

11 lines
150 B
YAML

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