Skip to content

Commit c26f019

Browse files
committed
Merge branch 'anni/wb-checkruns' of https://github.com/cloudflare/cloudflare-docs into anni/wb-checkruns
2 parents 75ea2d1 + f5b5834 commit c26f019

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/content/docs/pages/configuration/git-integration/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ If your git integration is experiencing issues, you may find the following banne
7070

7171
#### `This repository is being used for a Cloudflare Pages project on a different Cloudflare account.`
7272

73-
Using the same Github/Gitlab repository across separate Cloudflare accounts is disallowed. To use the repository for a Pages project in that Cloudflare account, you should delete any Pages projects using the repository in other Cloudflare accounts.
73+
Using the same GitHub/GitLab repository across separate Cloudflare accounts is disallowed. To use the repository for a Pages project in that Cloudflare account, you should delete any Pages projects using the repository in other Cloudflare accounts.
7474

7575
### Deployments
7676

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ When a new commit is made to the monorepo, a new build and deploy will trigger f
2222

2323
In the example `ecommerce-monorepo`, a Workers project should be created for `product-service`, `order-service`, and `notification-service`.
2424

25-
A Git connection to `ecommerce-monorepo` should be added in all of the Workers projects. If you are using a monorepo tool (e.g. [Turborepo](https://turbo.build/)), you can configure a different deploy command for each Worker (e.g. `turbo deploy -F product-service`).
25+
A Git connection to `ecommerce-monorepo` should be added in all of the Workers projects. If you are using a monorepo tool, such as [Turborepo](https://turbo.build/), you can configure a different deploy command for each Worker, for example, `turbo deploy -F product-service`.
2626

2727
Set the root directory of each Worker to where its wrangler.toml is located. For example, for `product-service`, the root directory should be `/workers/product-service/`. Optionally, you can add [build watch paths](/workers/ci-cd/builds/build-watch-paths/) to optimize your builds.
2828

src/content/docs/workers/ci-cd/builds/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If the build is successful, you can also view the build details by selecting **V
3939

4040
:::note[Builds, Versions, Deployments]
4141

42-
If a build succeeds, it is uploaded as a version. If the build is configured to deploy (e.g. with `wrangler deploy` set as the deploy command), the uploaded version will be automatically promoted to the Active Deployment.
42+
If a build succeeds, it is uploaded as a version. If the build is configured to deploy (for example, with `wrangler deploy` set as the deploy command), the uploaded version will be automatically promoted to the Active Deployment.
4343

4444
:::
4545

0 commit comments

Comments
 (0)