You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
377 B

kind: pipeline
type: docker
name: hello-world
steps:
- name: say-hello
image: busybox
commands:
- echo hello-world
- name: build-image
image: busybox
commands:
- echo build-image
- name: deploy
image: busybox
commands:
- echo deploy to production
when:
event:
- promote
target:
- production