Finally, following the creation of your Netlify account, having published your project on a GitHub repository, and having configured everything, it's time to prepare the Netlify platform to perform automatic deployment on each GitHub push:
- Go to Netlify (https://www.netlify.com/), sign in, and open your initial dashboard. There, you will find a New site from Git button. You will be redirected to the Create new site page.
- Now you may click on the GitHub button to open a new window for the Netlify authorization on GitHub and continue the process there.
- Sign in with your GitHub account and then you will be redirected to the Application install page.
- On this page, you can choose to give access to Netlify to all of your repositories or just the selected one, but make sure you make available the repository of your application.
- When you finish the installation of Netlify on GitHub, the repository that you gave access to in the previous step will be available to be selected...