From 65ca368163bd66e0ed7705dd1a5a4326ae5c2031 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 4 May 2025 21:27:36 +0300 Subject: [PATCH] Try to set it like woodpecker format --- .woodpecker.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 74c1f7d..64e74a9 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,23 +1,25 @@ -pipeline: - helm-check: +name: deploy-grafana-int + +steps: + - name: helm-check image: alpine/helm:3.13.2 commands: - helm lint charts/grafana - helm template charts/grafana -f manifest/grafana/values-int.yaml - validate-manifest: + - name: validate-manifest image: bitnami/kubectl:latest commands: - echo "🔍 Validating grafana-int ArgoCD app" - kubectl apply -f argocd-apps/grafana/grafana-int.yaml --dry-run=client - deploy-argocd-app: + - name: deploy-argocd-app image: bitnami/kubectl:latest commands: - echo "🚀 Applying grafana-int ArgoCD app" - kubectl apply -f argocd-apps/grafana/grafana-int.yaml - create-cloudflare-cname: + - name: create-cloudflare-cname image: alpine:latest environment: - CLOUDFLARE_TOKEN