drone-promote/.drone.yml
2024-08-22 20:42:54 +00:00

15 lines
210 B
YAML

kind: pipeline
name: deploy
steps:
- name: deploy-to-production
image: alpine
commands:
- echo "Deploying to production environment"
trigger:
event:
- promote
target:
- production