Deploy Format Converter
Path:
loom-builder/prompts/deploy-format-converter.mdRelative: prompts/deploy-format-converter.mdSubproject: loom-builderCategory: dispatch-promptsLines: 25Bytes: 578Imports: 0Exports: 0
Content Preview
- # Deploy: format-converter to Cloudflare Workers
- ## PREREQUISITES
- Run: `source /home/mikes/.env`
- ## DEPLOY
- ```bash
- cd /home/mikes/format-converter
- env -u CLOUDFLARE_API_TOKEN -u CF_API_TOKEN wrangler deploy
- ```
- No build step — static HTML. wrangler.jsonc already configured with `"assets": { "directory": "." }`.
- After deploy: capture the live URL. Verify:
- ```bash
- curl -sI <live-url> | head -5
- ```
- ## OUTPUT
- Append to `/home/mikes/docs/deploy-report-2026-06-26.md` — update the format-converter