@@ -4,11 +4,30 @@ title: "Deploying Gatsby"
44
55## Tutorials for deploying on different static site hosts
66
7+ * [ Netlify] ( /docs/deploy-gatsby/#netlify )
78* [ S3/Cloudfront] ( /docs/deploy-gatsby/#amazon-s3-and-cloudfront )
89* [ GitHub Pages] ( /docs/deploy-gatsby/#github-pages )
910* [ GitLab Pages] ( /docs/deploy-gatsby/#gitlab-pages )
1011* [ Heroku] ( /docs/deploy-gatsby/#heroku )
1112
13+ ## Netlify
14+
15+ Netlify is the best option to deploy Gatsby sites. Netlify is a unified platform
16+ that automates your code to create high-performant, easily maintainable sites
17+ and web apps. They provide continuous deployment (Git-triggered builds), an
18+ intelligent, global CDN, full DNS (including custom domains), automated HTTPS,
19+ asset acceleration, and a lot more.
20+
21+ Their free tier includes unlimited personal and commercial projects, HTTPS,
22+ continuous deployment from public or private repos and more.
23+
24+ ### Deploying
25+
26+ To deploy your Gatsby site to Netlify, go to the [ create a new
27+ site] ( https://app.netlify.com/start ) page, select your project repo from GitHub,
28+ GitLab, or Bitbucket, and follow the prompts.
29+
30+
1231## Amazon S3 and Cloudfront
1332
1433If you decide to host your Gatsby site on S3 with Cloudfront as CDN, you should
0 commit comments