From a3af1e53833b4e03c9a4b6b6f60cf200637195a2 Mon Sep 17 00:00:00 2001 From: "dk-portal[bot]" <134092483+dk-portal[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 12:47:15 +0000 Subject: [PATCH] Set up pipeline for synchronizing documentation with DK Portal --- .vtex/deployment.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .vtex/deployment.yaml diff --git a/.vtex/deployment.yaml b/.vtex/deployment.yaml new file mode 100644 index 00000000..c2624fc2 --- /dev/null +++ b/.vtex/deployment.yaml @@ -0,0 +1,16 @@ +- name: docs + description: Documentation pipelines + build: + provider: dkcicd + pipelines: + - name: techdocs-v1 + parameters: + entityReference: default/component/quickorder + sourceDir: ./ + when: + - event: push + source: branch + regex: master + path: + - docs/** + runtime: {}