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