Application Deployment
5 min read
The principle
Application deployment is the bridge from code in a repo to a running URL your users can hit. Reach for this when setting up a new project's first deploy, adding a preview environment, or automating git-push to production — the goal is a repeatable, reversible path to prod that matches your team's platform choice.
Skill under this topic
Related
Elsewhere in Operate
Get the next skill in your inbox.
New skills drop every week. Subscribe to the newsletter and they'll arrive in your inbox with the context and trade-offs behind each one.