Check promotion

master
Dmitriy Shesterkin 3 years ago
parent c2605722a7
commit e187344d43
No known key found for this signature in database
GPG Key ID: F2E26943D04AD643
  1. 15
      .drone.yml

@ -1,9 +1,22 @@
kind: pipeline
name: hello-world
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
Loading…
Cancel
Save