DEV Community

Discussion on: Why DEV hosts on Heroku (and how we configure our service)

Collapse
 
nikoheikkila profile image
Niko Heikkilä

How is the development pipeline with Heroku working? Do you automatically push to production when a commit is pushed or pull request is merged to master?

Collapse
 
ben profile image
Ben Halpern

Yes, this can be done in a few ways. But we don't really use the pipeline feature because we had already integrated something ourselves with Travis before that was stable release and we never switched. However, I want to consider migrating to the pipeline at some point because it does seem really simple and slick.