Heroku Pipeline Overview

Heroku Pipelines

Pipelines is a way to organize a group of Heroku apps sharing the same codebase into review, development, staging, and production environments to support, manage, and visualize continuous delivery.

Promoting tested code from one stage to the next can be done manually or automatically and is nearly instantaneous, since the compiled artifact is promoted to the next stage.

The Pipelines overview page in the Heroku Dashboard tracks the real-time progress of code and features from development to production.

Heroku Pipelines docs →
Heroku CI Overview

Heroku CI

Heroku CI is a low-configuration test runner that integrates with Heroku Pipelines. Heroku CI runs your test scripts with zero queue time for faster results, using disposable apps that have strong parity with your staging and production environments.

Access test results from Heroku or GitHub, automate deployments conditionally on CI results, and take advantage of a fully visual interface built to support CI’s role in team-based continuous delivery.

Heroku CI docs →