How to deploy GitHub Repo in Heroku?

GOKUL A C
featurepreneur
Published in
2 min readJul 13, 2021

Heroku is a deployment platform where you can deploy your web apps in a easy-to-use manner.

We usually deploy it by creating a new repository in Heroku Git and then push our code into it.

It has one more easy option where you can just connect one of your Git repo with the Heroku app and deploy its branch.

Step 1: Log in to Heroku

Go to https://www.heroku.com/ and login/signup

Click on the New button.

Step 2: Create a new app

Give a unique name to your app, leave other options as it is and click on the Create app button.

Step 3: Connect to GitHub

Step 4: Find your repo

Enter your repo name and click on the search button.

Step 5: Connect to your repo

Find your repo and click on the Connect button.

Step 5: Deploy your app

Click on the Deploy Branch button and your app will be deployed within a minute.

Step 7: View your app on your browser

Use the View button to open your app.

Here is the link to my app: https://ideal-pfolio.herokuapp.com/

Thanks for reading!!

Reach out to me at:

--

--