Page 1 of 1

Git and Heroku Deployment

Posted: Fri Nov 17, 2017 3:21 pm
by Eli
Heroku is the cloud platform that lets you stay focused on building apps without caring and focusing on managing infrastructure. Heroku naturally fits into development workflow to make deploys fast, easy, and elegant. It offers multiple ways to deploy apps - from the command line, via one-click Heroku buttons, or automatically from pull requests in GitHub.

Heroku makes it easy to deploy with Git by simply a:

Code: Select all

git push heroku master
Image

You can deploy, manage and scale on Heroku, a wide range of applications written in Node.js, Ruby, Java, PHP, Python, Go and many more.