원클릭으로
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.