drone-promote/.drone.yml
first_admin d51e562dee
All checks were successful
continuous-integration/drone Build is passing
continuous-integration/drone/promote/production Build is passing
Update .drone.yml
2024-08-22 20:53:07 +00:00

15 lines
220 B
YAML

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