Skip to content

Commit 090c845

Browse files
authored
Chore/configure docs (#1244)
* add deployment * Update pipeline
1 parent 2f34220 commit 090c845

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.vtex/deployment.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
- name: toolbelt
2+
build:
3+
provider: dkcicd
4+
pipelines:
5+
- name: techdocs-v1
6+
parameters:
7+
entityReference: default/component/toolbelt
8+
sourceDir: ./
9+
when:
10+
- event: push
11+
source: branch
12+
regex: main
13+
path:
14+
- "docs/**"
15+
- README.md
16+
- .vtex/deployment.yaml

0 commit comments

Comments
 (0)