DEV Community

Cover image for How to deploy our web application to Netlify :
Rahul Kumar
Rahul Kumar

Posted on

How to deploy our web application to Netlify :

What is Netlify :

  • Netlify is a platform through which we can host our web applications and the best part that it is free .
  • We can integrate our application with git for continuous deployment .
  • Once we make some changes to our source code and push it to our github repo then site automatically changes without a downtime .

Add your Site :

new site

Link to GitHub :

Link to github

Authorize netlify :

Authorize

Select your repo :

select your repo

Configure the setting :

You can add your branch which branch you are currently working on .
configure

Deploy setting :

settings

ALL DONE :

Enter your Domain name and ready to go you can then see a live URL and to check if it is working make some change in the source code .

Top comments (0)