一键导入
documaris-deploy
Deploy the documaris app to Cloudflare Pages. Use when releasing a new version or verifying a deployment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Deploy the documaris app to Cloudflare Pages. Use when releasing a new version or verifying a deployment.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Add or update a port call document field map. Use when adding a new form type or updating field sources.
Run the documaris React/DuckDB WASM web app locally. Use when developing the app, testing form generation, or verifying changes to pipeline.ts or field maps.
Run the documaris test suite. Use when changing field maps, schemas, or pipeline logic to verify contracts are satisfied.
| name | documaris-deploy |
| description | Deploy the documaris app to Cloudflare Pages. Use when releasing a new version or verifying a deployment. |
| license | Apache-2.0 |
| compatibility | Requires wrangler CLI and Cloudflare account credentials |
| metadata | {"repo":"documaris"} |
CI deploys automatically on push to main (.github/workflows/deploy-app.yml). Manual deploy:
cd app
npm ci
npm run build
wrangler pages deploy dist --project-name documaris
Live app: https://documaris.edgesentry.io/analysis/
The app reads from the documaris-dev-public R2 bucket (written by indago pipelines). Bucket config is in wrangler.toml.