Go Live on the Internet
Explore the process of deploying your personal website to the internet using GitHub and Netlify. This lesson guides you through linking your GitHub repository with Netlify, configuring automatic continuous deployment, and optionally purchasing a custom domain. By the end, you will confidently make your website live and maintain it with ease.
We'll cover the following...
GitHub and Netlify work together to make it remarkably simple to deploy our website to the internet. We simply have to upload our website codebase to GitHub, then configure Netlify to deploy our website with a few simple clicks. Once our website is live, Netlify will automatically rebuild and redeploy the website whenever we push updates to our GitHub repository. This process is known as continuous deployment.
We assume you already have a Netlify account. If not, we can go to Netlify’s homepage and log in with our GitHub account to link our GitHub with ...