Skip to content

Commit 631374d

Browse files
cmsparksToriLindsayaninibread
authored
Fix direct upload docs to remove incorrect information about it's interactions with git integrated projects (#17580)
* Fix direct upload docs to remove incorrect information about it's interactions with git integrated projects * Update src/content/docs/pages/get-started/direct-upload.mdx * Update src/content/docs/pages/get-started/direct-upload.mdx Co-authored-by: Anni Wang <[email protected]> --------- Co-authored-by: ToriLindsay <[email protected]> Co-authored-by: Anni Wang <[email protected]>
1 parent bfc403a commit 631374d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/pages/get-started/direct-upload.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ After you have your prebuilt assets ready, there are two ways to begin uploading
2525

2626
:::note
2727

28-
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.
28+
Within a Direct Upload project, you can switch between creating deployments with either Wrangler or drag and drop. For existing Git-integrated projects, you can manually create deployments using [`wrangler deploy`](/workers/wrangler/commands/#deploy). However, you cannot use drag and drop on the dashboard with existing Git-integrated projects.
2929

3030
:::
3131

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

142142
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.
143143

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

0 commit comments

Comments
 (0)