finta-deploy-integration
Installation
SKILL.md
Finta Deploy Integration
Overview
Deploy a containerized Finta fundraising integration service with Docker. This skill covers building a production image that connects to the Finta API for managing fundraising rounds, investor pipelines, and deal flow analytics. Includes environment configuration for multi-round tracking, health checks that verify API connectivity to Finta's investor management endpoints, and rolling update strategies for zero-downtime deployments during active fundraising campaigns.
Prerequisites
- A reviewed deployment plan that names the integration owner, data destinations, health signal, and rollback operator.
- Runtime secrets injected by the deployment platform; no credentials in images, repositories, build logs, or health responses.
- Staging validation with synthetic data and an approved change window for production.
Instructions
- Build a reproducible image, pin and review dependencies, and run the container as a non-root user.
- Inject only the scoped credentials required by the running service and confirm that logs redact authorization headers and sensitive payloads.
- Use readiness checks that test the service’s dependencies without returning provider errors or record data to callers.
- Deploy a small canary, observe aggregate error rate, queue backlog, and idempotency outcomes, then promote or roll back through the declared mechanism.
- Disable the integration and rotate scoped secrets immediately if an exposure, unintended destination, or unsafe replay is detected.