DEV Community

Muhammad
Muhammad

Posted on

What is build output in Heroku?

In Heroku, build output is a sequence of lines which are outputted in the Terminal when you run the command git push heroku master (master can be any other branch as well e.g. git push heroku dev) to deploy your app to Heroku.

Top comments (0)