What Practice of Edinburgh actually delivers
At its core, the Practice of Edinburgh product is a deployment and environment orchestration engine. You connect your Git provider, define your services in a YAML manifest, and the platform handles the rest: building container images with layer caching, routing traffic to preview environments, running health checks, and rolling back automatically if a new build fails its smoke tests. There is no proprietary scripting language to learn. The manifest is plain YAML that any engineer can read in five minutes. Under the hood, builds run on isolated runners in our Dallas-region data center, with artifacts pushed to a content-addressable cache shared across your entire organization — so a library your frontend and backend both depend on is only built once.