mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-06-09 01:20:28 +08:00
docs: improve deployment troubleshooting (#1011)
* docs: improve deployment troubleshooting docs * docs: fix GitHub casing in FAQ * docs: clarify subdomain address creation
This commit is contained in:
@@ -30,6 +30,13 @@ Then review all changes from your current version onwards. Note that `Breaking C
|
||||
|
||||
Then refer to the documentation below to use `CLI` or `UI` to redeploy the `worker` and `pages` over the previous deployment.
|
||||
|
||||
Upgrading does not mean editing the old code already running in the Cloudflare console. It means redeploying the new version artifacts over the existing Worker and Pages deployment:
|
||||
|
||||
- If you use UI deployment, download the latest release `worker.js` and `frontend.zip`, then upload them again using the same deployment method.
|
||||
- If you use GitHub Actions, sync your fork first and rerun the corresponding workflow.
|
||||
- If the changelog lists database changes, run the upgrade in `Admin -> Quick Setup -> Database`, or execute the corresponding SQL according to the D1 guide.
|
||||
- If the frontend still shows an old error after upgrading, test in an incognito window or clear browser cache so it stops loading the old frontend assets.
|
||||
|
||||
### CLI Deployment
|
||||
|
||||
- [Update D1 via Command Line](/en/guide/cli/d1)
|
||||
|
||||
Reference in New Issue
Block a user