manual-approval/.drone.yml
first_admin 3accb6e731
All checks were successful
continuous-integration/drone Build is passing
Update .drone.yml
2024-08-21 05:50:06 +00:00

12 lines
179 B
YAML

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