Skip to content

Commit

Permalink
Update src/content/docs/workers/ci-cd/builds/configuration.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
  • Loading branch information
aninibread and hyperlint-ai[bot] authored Sep 23, 2024
1 parent 88dbeeb commit f7623f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/workers/ci-cd/builds/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Build settings can be found by navigating to **Settings** > **Build** within you
| **Git account** | Select the git account you would like to use. After initial connection, you can continue to use this git account for future projects. |
| **Git repository** | Choose the git repository you would like to connect your Worker to. |
| **Git branch** | Select the branch you would like Cloudflare to listen to for new commits. This will be defaulted to `main`. |
| **Build command** _(Optional)_ | Set a build command if your project requires a build step. This is necessary, for example, is using a front-end framework (e.g. Astro, Remix). |
| **Build command** _(Optional)_ | Set a build command if your project requires a build step. This is necessary, for example, when using a front-end framework such as Astro or Remix.
| **Deploy command** | The deploy command lets you set the **specific** Wrangler command to deploy your Worker. Your deploy command will default to `npx wrangler deploy` but you may customize this command if for example you want to create a [version](/workers/configuration/versions-and-deployments/gradual-deployments/) of your Worker or just run `npm run deploy`. Workers Builds will use the Wrangler version set in your `package json`. |
| **Root directory** _(Optional)_ | Specify the root directory of your repository. The root directory describes where the build command will be run. |
| **API token** _(Optional)_ | By default, Cloudflare will automatically generate an API token for your account when using Workers Builds. Workers Builds will continue to use this API token for all subsequent projects and builds. Alternatively, you can [create your own API token](/workers/wrangler/migration/v1-to-v2/wrangler-legacy/authentication/#generate-tokens), or select one that you already own. |
Expand Down

0 comments on commit f7623f3

Please sign in to comment.