manual-approval/.drone.yml

19 lines
275 B
YAML
Raw Normal View History

2024-08-21 05:29:40 +00:00
kind: pipeline
type: docker
name: production
steps:
- name: deploy
image: alpine
commands:
- echo "Deploying to production"
when:
branch:
- master
event:
- push
approval:
type: manual
reviewer:
- user1