Codecademy Logo

Deploying Static Sites with Netlify

Deploying

You can use Netlify to deploy and host your static sites.

Serivces

There are many features that Netlify offer for free but they also offer paid plans for users who need more.

Linking a Repo

You can link a GitHub repository that contains the code to your static site to your Netlify account and have the site deployed and hosted.

Continuous Deployment

With Continuous Deployment, Netlify automatically updates your site once you’ve updated the code in your GitHub repository.

Site Logs

To check if your site is running, look over the logs that Netlify provides for each of your static sites.

Learn More on Codecademy