From 00f27364002fa470a50fa89029788168d26a3567 Mon Sep 17 00:00:00 2001 From: Daniyel Rocha Date: Mon, 10 Mar 2025 11:50:46 -0300 Subject: [PATCH] Add techdocs pipeline Create configuration for sending documentation to 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 0000000..df9fcb0 --- /dev/null +++ b/.vtex/deployment.yaml @@ -0,0 +1,16 @@ +- name: cli-plugin-url + build: + provider: dkcicd + pipelines: + - name: techdocs-v1 + parameters: + entityReference: default/component/cli-plugin-url + sourceDir: ./ + when: + - event: push + source: branch + regex: main + path: + - "docs/**" + - README.md + - .vtex/deployment.yaml \ No newline at end of file