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 :
Link to GitHub :
Authorize netlify :
Select your repo :
Configure the setting :
You can add your branch which branch you are currently working on .
Deploy setting :
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)