drone-promote/.drone.yml

15 lines
210 B
YAML
Raw Permalink Normal View History

2024-08-22 20:42:54 +00:00
kind: pipeline
name: deploy
steps:
- name: deploy-to-production
image: alpine
commands:
- echo "Deploying to production environment"
trigger:
event:
- promote
target:
- production