Deploy Format Converter

loom-builderpromptmarkdown
Path: loom-builder/prompts/deploy-format-converter.mdRelative: prompts/deploy-format-converter.mdSubproject: loom-builderCategory: dispatch-prompts
Lines: 25Bytes: 578Imports: 0Exports: 0

Content Preview

  1. # Deploy: format-converter to Cloudflare Workers
  2. ## PREREQUISITES
  3. Run: `source /home/mikes/.env`
  4. ## DEPLOY
  5. ```bash
  6. cd /home/mikes/format-converter
  7. env -u CLOUDFLARE_API_TOKEN -u CF_API_TOKEN wrangler deploy
  8. ```
  9. No build step — static HTML. wrangler.jsonc already configured with `"assets": { "directory": "." }`.
  10. After deploy: capture the live URL. Verify:
  11. ```bash
  12. curl -sI <live-url> | head -5
  13. ```
  14. ## OUTPUT
  15. Append to `/home/mikes/docs/deploy-report-2026-06-26.md` — update the format-converter