manual-approval/.drone.yml
first_admin a381aeba81
All checks were successful
continuous-integration/drone Build is passing
Update .drone.yml
2024-08-21 05:33:28 +00:00

19 lines
273 B
YAML

kind: pipeline
type: docker
name: production
steps:
- name: deploy
image: alpine
commands:
- echo "Deploying to production"
when:
branch:
- main
event:
- push
approval:
type: manual
reviewer:
- user1