[Workers] Dashboard instructions revision#8912
Merged
deadlypants1973 merged 6 commits intoproductionfrom May 17, 2023
Merged
Conversation
Deploying with
|
| Latest commit: |
42f156b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://c4392eef.cloudflare-docs-7ou.pages.dev |
| Branch Preview URL: | https://kate-fixes-wandpdash.cloudflare-docs-7ou.pages.dev |
dcpena
approved these changes
May 15, 2023
content/pages/get-started/index.md
Outdated
| 1. Go back to the **Account Home** or use the drop-down menu at the top of the dashboard. | ||
| 2. Select **Pages**. | ||
| 3. Remove your project by selecting your **Pages project** > **Settings** > **Delete project**. | ||
| 2. Select **Workers& Pages**. |
Collaborator
There was a problem hiding this comment.
Suggested change
| 2. Select **Workers& Pages**. | |
| 2. Select **Workers & Pages**. |
| After you have set up your `functions/_middleware.js` file in your project you are ready to deploy with Pages. Push your project changes to GitHub/GitLab. | ||
|
|
||
| After you have deployed your application, you will see your middleware Function in the Cloudflare dashboard under **Pages** > **Settings** > **Functions** > **Configuration**. | ||
| After you have deployed your application, you will see your middleware Function in the Cloudflare dashboard under **Workers & Pages** > select your Pages project > **Settings** > **Functions** > **Configuration**. |
Collaborator
There was a problem hiding this comment.
Potentially out of scope for this PR, but the number of actions to select in this line is a little long. I think it might be helpful to start the Settings tab with a new sentence because it's technically a new page that has its own tabs. Might also be a good topic for Team Critique to discuss and decide as a team.
| Then run `wrangler publish`. | ||
|
|
||
| To delete your Worker, log in to the [Cloudflare dashboard](https://dash.cloudflare.com) > **Workers** > your Worker > **Manage Service** > **Delete**. For complete instructions on set up and deletion, refer to the `README.md` in your cloned repository. | ||
| To delete your Worker, log in to the [Cloudflare dashboard](https://dash.cloudflare.com) > **Workers & Pages** > **Manage Service** > **Delete**. For complete instructions on set up and deletion, refer to the `README.md` in your cloned repository. |
Collaborator
There was a problem hiding this comment.
Suggested change
| To delete your Worker, log in to the [Cloudflare dashboard](https://dash.cloudflare.com) > **Workers & Pages** > **Manage Service** > **Delete**. For complete instructions on set up and deletion, refer to the `README.md` in your cloned repository. | |
| To delete your Worker, log in to the [Cloudflare dashboard](https://dash.cloudflare.com) > **Workers & Pages** > **Manage Service** > **Delete**. For complete instructions on set up and deletion, refer to the `README.md` in your cloned repository. |
dcpena
reviewed
May 15, 2023
| ## Deploying with Cloudflare Pages | ||
|
|
||
| Deploy your site to Pages by logging in to the [Cloudflare dashboard](https://dash.cloudflare.com/) > **Account Home** > **Pages** and selecting **Create a project**. Select the new GitHub repository that you created and, in the **Set up builds and deployments** section, provide the following information: | ||
| To deploy your site to Pages: |
Collaborator
There was a problem hiding this comment.
Because of a lot of the framework guides have a section about deploying to pages, you might consider using partials to make future updates to this section easier. (I realize this is likely out of scope for this PR but just a rec for the future. 🙂)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PCX-6609