TLDR
Heroku offers a service called Heroku CI for developers hosting and deploying their code through Heroku. Heroku allows developers to run test suites and other jobs on each pull request created in their projects. These jobs must pass before merging the code changes into the master branch. There are many great tools for creating CI/CD pipelines, such as Travis CI and GitLab. In this article, we’ll go through the basic setup for getting up and running with Heroku’s Heroku service.via the TL;DR App
no story
Written by thawkin3 | Senior software engineer. Continuous learner. Educator.