Deploy with Heroku pipeline

danejContinuous DeliveryLeave a Comment

Heroku released a new feature called pipelines. This allows you to easily transfer a compiled slug from one application to another. This is useful when your continuous delivery pipeline looks like development -> staging -> production. When you promote a slug, it just does that, promote it. If you have database migrations, need a restart, or need other changes, this … Read More