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