From a511d08f100889b6456925c2235b8aa8a709aef6 Mon Sep 17 00:00:00 2001 From: Daniyel Rocha Date: Mon, 10 Mar 2025 11:51:03 -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..14d8c50 --- /dev/null +++ b/.vtex/deployment.yaml @@ -0,0 +1,16 @@ +- name: cli-plugin-workspace + build: + provider: dkcicd + pipelines: + - name: techdocs-v1 + parameters: + entityReference: default/component/cli-plugin-workspace + sourceDir: ./ + when: + - event: push + source: branch + regex: master + path: + - "docs/**" + - README.md + - .vtex/deployment.yaml \ No newline at end of file