Skip to content

Commit

Permalink
Update deploy command docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GregBrimble committed Sep 23, 2024
1 parent 1aa9217 commit e94950a
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ After you have created your project, run the following command in the project di

## 3. Deploy your Project

Deploy your Worker via Wrangler to a `*.workers.dev` subdomain or configure a [Custom Domain](/workers/configuration/routing/custom-domains/).
Your project can be deployed to a `*.workers.dev` subdomain or a [Custom Domain](/workers/configuration/routing/custom-domains/), from your own machine or from any CI/CD system, including Cloudflare's own.

The following command will build and deploy your project. If you're using CI, ensure you update your ["deploy command"](/workers/ci-cd/builds/build-configuration/#build-settings) configuration appropriately.

<PackageManagers type="run" args={"deploy"} />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ After you have created your project, run the following command in the project di

## 3. Deploy your Project

Deploy your Worker via Wrangler to a `*.workers.dev` subdomain or configure a [Custom Domain](/workers/configuration/routing/custom-domains/).
Your project can be deployed to a `*.workers.dev` subdomain or a [Custom Domain](/workers/configuration/routing/custom-domains/), from your own machine or from any CI/CD system, including Cloudflare's own.

The following command will build and deploy your project. If you're using CI, ensure you update your ["deploy command"](/workers/ci-cd/builds/build-configuration/#build-settings) configuration appropriately.

<PackageManagers type="run" args={"deploy"} />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ After you have created your project, run the following command in the project di

## 3. Deploy your Project

Deploy your Worker via Wrangler to a `*.workers.dev` subdomain or configure a [Custom Domain](/workers/configuration/routing/custom-domains/).
Your project can be deployed to a `*.workers.dev` subdomain or a [Custom Domain](/workers/configuration/routing/custom-domains/), from your own machine or from any CI/CD system, including Cloudflare's own.

The following command will build and deploy your project. If you're using CI, ensure you update your ["deploy command"](/workers/ci-cd/builds/build-configuration/#build-settings) configuration appropriately.

<PackageManagers type="run" args={"deploy"} />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ After you have created your project, run the following command in the project di

## 3. Deploy your Project

Deploy your Worker via Wrangler to a `*.workers.dev` subdomain or configure a [Custom Domain](/workers/configuration/routing/custom-domains/).
Your project can be deployed to a `*.workers.dev` subdomain or a [Custom Domain](/workers/configuration/routing/custom-domains/), from your own machine or from any CI/CD system, including Cloudflare's own.

The following command will build and deploy your project. If you're using CI, ensure you update your ["deploy command"](/workers/ci-cd/builds/build-configuration/#build-settings) configuration appropriately.

<PackageManagers type="run" args={"deploy"} />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ After you have created your project, run the following command in the project di

## 3. Deploy your Project

Deploy your Worker via Wrangler to a `*.workers.dev` subdomain or configure a [Custom Domain](/workers/configuration/routing/custom-domains/).
Your project can be deployed to a `*.workers.dev` subdomain or a [Custom Domain](/workers/configuration/routing/custom-domains/), from your own machine or from any CI/CD system, including Cloudflare's own.

The following command will build and deploy your project. If you're using CI, ensure you update your ["deploy command"](/workers/ci-cd/builds/build-configuration/#build-settings) configuration appropriately.

<PackageManagers type="run" args={"deploy"} />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ After you have created your project, run the following command in the project di

## 3. Deploy your Project

Deploy your Worker via Wrangler to a `*.workers.dev` subdomain or configure a [Custom Domain](/workers/configuration/routing/custom-domains/).
Your project can be deployed to a `*.workers.dev` subdomain or a [Custom Domain](/workers/configuration/routing/custom-domains/), from your own machine or from any CI/CD system, including Cloudflare's own.

The following command will build and deploy your project. If you're using CI, ensure you update your ["deploy command"](/workers/ci-cd/builds/build-configuration/#build-settings) configuration appropriately.

<PackageManagers type="run" args={"deploy"} />

Expand Down

0 comments on commit e94950a

Please sign in to comment.