manual-approval/.drone.yml
first_admin 2780b7c320
All checks were successful
continuous-integration/drone Build is passing
Add .drone.yml
2024-08-21 05:29:40 +00:00

19 lines
275 B
YAML

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