manual-approval/.drone.yml
first_admin 7650e1d80e
All checks were successful
continuous-integration/drone Build is passing
Update .drone.yml
2024-08-21 05:45:59 +00:00

14 lines
207 B
YAML

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