Skip to content

Commit 2e6d1c6

Browse files
committed
add Netlify to deploy docs
1 parent 0a2531e commit 2e6d1c6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/docs/deploy-gatsby.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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 for deploying Gatsby sites. Netlify is a unified
16+
platform that automates your code to create high-performant, easily maintainable
17+
sites and web apps. They provide continuous deployment (Git-triggered builds),
18+
an intelligent, global CDN, full DNS (including custom domains), automated
19+
HTTPS, 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 to Netlify
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

1433
If you decide to host your Gatsby site on S3 with Cloudfront as CDN, you should

0 commit comments

Comments
 (0)