With DevOps at DEPT, one of our primary goals is to make the life of the
developer easier. A specialty of ours is assisting in our customer's deployment
process. In short, this is how a code change can safely make it from a
developer's laptop all the way to a production environment where it can be seen
by end-users.
In a typical software project, your environments will be something along the
lines of dev, staging, and prod. Maintaining a release pipeline to these is
simple enough in most cases,