Skip to content

Commit

Permalink
Fix direct upload docs to remove incorrect information about it's int…
Browse files Browse the repository at this point in the history
…eractions with git integrated projects
  • Loading branch information
cmsparks committed Oct 16, 2024
1 parent 074f48f commit 545e253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/pages/get-started/direct-upload.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ After you have your prebuilt assets ready, there are two ways to begin uploading

:::note

Within a Direct Upload project, you can switch between creating deployments with either Wrangler or drag and drop. However, you cannot create deployments with Direct Upload on a project that you created through Git integration on the dashboard. Only projects created with Direct Upload can be updated with Direct Upload.
Within a Direct Upload project, you can switch between creating deployments with either Wrangler or drag and drop. For an existing project created with Git integration, you can manually create deployments using Direct Upload with wrangler. However, you cannot use Drag & Drop with git integrated projects.

:::

Expand Down Expand Up @@ -141,4 +141,4 @@ If using the drag and drop method, a red warning symbol will appear next to an a

Drag and drop deployments made from the Cloudflare dashboard do not currently support compiling a `functions` folder of [Pages Functions](/pages/functions/). To deploy a `functions` folder, you must use Wrangler. When deploying a project using Wrangler, if a `functions` folder exists where the command is run, that `functions` folder will be uploaded with the project.

However, note that a `_worker.js` file is supported by both Wrangler and drag-and-drop deployments made from the dashboard.
However, note that a `_worker.js` file is supported by both Wrangler and drag-and-drop deployments made from the dashboard.

0 comments on commit 545e253

Please sign in to comment.