manual-approval/.drone.yml
first_admin 2bc46f87da
All checks were successful
continuous-integration/drone Build is passing
Update .drone.yml
2024-08-21 05:49:35 +00:00

12 lines
178 B
YAML

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