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: {}