| name | demo-status |
| description | Check demo site deployment status and troubleshoot build failures |
| user_invocable | true |
Check the current deployment status of the demo site and troubleshoot issues.
Steps
- Check the latest deployment status
- If issues are found, check Cloudflare system status
- Provide troubleshooting guidance if needed
Commands
npx wrangler deployments status
npx wrangler deployments list
Troubleshooting: Build token errors
If Cloudflare Builds fails with "build token has been deleted or rolled":
- Go to Cloudflare Dashboard → Workers →
oksskolten-demo → Settings → Builds
- Click the edit icon next to "API Token"
- Select "Create a new token" to create a new token
- Save and retry the build
This is often caused by Cloudflare API incidents rather than actual token expiry.
As a workaround, use /demo-deploy to deploy manually from local.