observability-stack/woodpecker-pipeline-example.yml
2025-05-05 23:53:56 +03:00

29 lines
552 B
YAML

steps:
- name: step-1
image: alpine
commands:
- echo "🚀 Step 1 Starting preview pipeline"
- name: step-2
image: alpine
commands:
- echo "🔧 Step 2 Simulating Helm Lint"
- name: step-3
image: alpine
commands:
- echo "📦 Step 3 Would validate ArgoCD YAML here"
- name: step-4
image: alpine
commands:
- echo "🌐 Step 4 Would create Cloudflare DNS record here"
- name: done
image: alpine
commands:
- echo "✅ Pipeline finished successfully"
when:
event: push