Eve Deploy and Debug Use these steps to deploy and diagnose app issues quickly. Environment Setup - Get the staging API URL from your admin. - Create and use a profile: Infrastructure Change Policy Never run , , or any direct Kubernetes resource creation against shared infrastructure. All infrastructure changes go through Terraform. Use the Eve CLI ( , ) to manage application deployments — the platform handles the underlying k8s resources. Deploy Flow (Staging) Deploy Polling Flow When is called: 1. Direct deploy (no pipeline): Returns directly. Poll health endpoint until . 2. Pipeline deploy…