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