Lesson 4—Connect Github and Netlify

In this section, we will learn:

What is Github?

Benefits of connecting Github and Netlify

By connecting Netlify with Github account, we can create continous deployment. Whenever the Github repository get updated, Netlify deploys the website automatically.

Demonstration on connecting Github and Netlify

Here is a video demonstrating the connection.

Further deployment setting

Which branch to trigger deployment?

What command to run to build the site outputs?

Which output folder to use?

We don’t need these configurations right now. It is simply a single file. We will need to configure this when we use static site generator in later lesson.


Comments