Skip to content

Commit 61445f5

Browse files
authored
Update advanced-setups.mdx
1 parent 8baf73e commit 61445f5

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

src/content/docs/workers/ci-cd/builds/advanced-setups.mdx

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,20 @@ Set the root directory of each Worker to where its wrangler.toml is located. For
4848
When a new commit is made to `ecommerce-monorepo`, a build and deploy will be triggered for each of the Workers if the change is within its included watch paths using the configured commands for that Worker.
4949

5050
<FileTree>
51-
ecommerce-monorepo/
52-
53-
├── workers/
54-
│ ├── product-service/
55-
│ │ ├── src/
56-
│ │ └── wrangler.toml
57-
│ ├── order-service/
58-
│ │ ├── src/
59-
│ │ └── wrangler.toml
60-
│ └── notification-service/
61-
│ ├── src/
62-
│ └── wrangler.toml
63-
├── packages/
64-
│ └── schema/
65-
└── README.md
51+
ecommerce-monorepo/
52+
├── workers/
53+
│ ├── product-service/
54+
│ │ ├── src/
55+
│ │ └── wrangler.toml
56+
│ ├── order-service/
57+
│ │ ├── src/
58+
│ │ └── wrangler.toml
59+
│ └── notification-service/
60+
│ ├── src/
61+
│ └── wrangler.toml
62+
├── packages/
63+
│ └── schema/
64+
└── README.md
6665
</FileTree>
6766

6867
## Wrangler Environments

0 commit comments

Comments
 (0)