Skip to content

Commit

Permalink
small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
aninibread committed Sep 18, 2024
1 parent e0a20b3 commit ab2f1c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Build settings can be found on the Settings page of your Worker. The following o
You can choose to use a monorepo (a Git repository that contains multiple project) with Workers Builds. To do so, you must:

1. Connect your monorepo git repository to each of your associated Workers on the dashboard
2. In each of the Workers, set up your build configuration to only deploy to that specific Worker by setting the correct root directory in your build configuration.
2. In each of the Workers, set up your build to only deploy to that specific Worker by setting the correct root directory in your build configuration.

When a new commit is detected in the monorepo, all the associated Workers will trigger a new build and deploy.

Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/workers/ci-cd/builds/build-image.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you need to use a [specific version](/workers/ci-cd/builds/build-image/#overr

## Supported Languages and Tools

In the following tables, review the preinstalled versions for languages and tools included in the Cloudflare Pages' build image, and the environment variables and/or files available for [overriding the preinstalled version](/workers/ci-cd/builds/build-image/#overriding-default-versions):
In the following tables, review the preinstalled versions for languages and tools included in the Cloudflare Workers' build image, and the environment variables and/or files available for [overriding the preinstalled version](/workers/ci-cd/builds/build-image/#overriding-default-versions):

| Tool | Default version | Supported versions | Environment variable | File |
| ----------- | ---------------- | ------------------ | -------------------- | ---------------------------- |
Expand Down Expand Up @@ -48,7 +48,7 @@ To override default versions of languages and tools in the build system, you can
To set the version using **environment variables**, you can:

1. Find the environment variable name for the language or tool in [this table]().
2. Add the environment variable on the dashboard by going to **Settings** > **Environmnet variables** in your Pages project, or [add the environment variable via Wrangler](/workers/configuration/environment-variables/#add-environment-variables-via-wrangler).
2. Add the environment variable on the dashboard by going to **Settings** > **Environmnet variables** in your Workers project, or [add the environment variable via Wrangler](/workers/configuration/environment-variables/#add-environment-variables-via-wrangler).

Or, to set the version by **adding a file** to your project, you can:

Expand Down

0 comments on commit ab2f1c3

Please sign in to comment.