Skip to content

Commit

Permalink
Update src/content/docs/workers/ci-cd/builds/build-configuration.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: ToriLindsay <[email protected]>
  • Loading branch information
aninibread and ToriLindsay authored Sep 19, 2024
1 parent a154fc6 commit b88b9d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Build settings can be found on the Settings page of your Worker. The following o
- **Build command** _(Optional)_
- Add a build command if your project requires a build step for example if you are building with assets. Reference supported [frameworks](/workers/frameworks/) for correct build command.
- **Deploy command**
- The deploy command lets you choose the specific Wrangler command you would like to use to deploy your Worker. Your deploy command is defaulted to `npx wrangler deploy`, but it can be customized as needed. You can also upload as a version, and take advantage of [gradual deployments](/workers/configuration/versions-and-deployments/gradual-deployments/).
- The deploy command lets you choose the specific Wrangler command you would like to use to deploy your Worker. Your deploy command is defaulted to `npx wrangler deploy`, but it can be customized as needed. You can also upload as a version and take advantage of [gradual deployments](/workers/configuration/versions-and-deployments/gradual-deployments/).
- **Root Directory** _(Optional)_
- Specify the root directory of your Worker. The root directory describes where the build command will run.
- **API Key** _(Optional)_
Expand Down

0 comments on commit b88b9d4

Please sign in to comment.