Node.JS Heroku Deployment from GitHub
I am going to deploy one of my projects’ API to the test environment on Heroku.
- Create new app

2. App name & region

3. Select the deployment method as GitHub

4. Enable automatic deployments – I choose the dev branch for testing environment. When I push a new version to my github repo’s dev branch, It will be deployed to my test environment.

5. Deploy branch
If I want to deploy the existing code base, I click the “deploy branch” button.

It is ready to go!