docs/handbook/engineering/playbooks/infrastructure.mdx
Our infrastructure stack includes several key components to monitor, deploy, and manage our services effectively.
We use two main hosting providers:
| Environment | Domain | Kamal Config |
|---|---|---|
| Staging | stg.activepieces.com | mrsk/stg |
| Production | cloud.activepieces.com | mrsk/prod |
Staging receives every merge to main and is promoted to production daily at 9 AM UTC. See the Releases & Deployment playbook for the full flow.
We collect logs and telemetry from all services using HyperDX.
We use Kamal as a deployment tool to deploy our Docker containers to staging and production with zero downtime. Kamal configs live on the devops machine under mrsk/stg and mrsk/prod.