Checklist progress
0/168Learned
Heroku Architect
Study Checklist
Checklist progress
0/168Learned
Demonstrate an understanding of the basics behind building and deploying apps on Heroku.
0/15
Architect scalable solutions that are performant even during high-traffic spikes.
0/7
Architect and deploy solutions using add-ons and other components from the Elements Marketplace, including various add-ons, buildpacks, and Heroku Buttons.
0/8
What is Heroku Review Apps and how does it integrate with a pull request workflow?
Learn this conceptWhat does Heroku Review Apps provision automatically from app.json?
Learn this conceptPrepare for the Exam
Study Community
Ask questions and get the latest info from other Heroku Architect studiers.
Heroku CI is a native test runner integrated with Pipelines and GitHub that executes scripts on disposable apps. It requires an app.json manifest in the repository root to configure the test environment. Teams can enforce quality gates by configuring automatic deploys to occur only after CI passes.