manual-approval/.drone.yml
first_admin 4cd679c5e9
All checks were successful
continuous-integration/drone Build is passing
Update .drone.yml
2024-08-21 05:39:04 +00:00

10 lines
141 B
YAML

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