Skip to content

Commit b48e25c

Browse files
committed
add Netlify to deploy docs
1 parent 5f97266 commit b48e25c

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 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

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

0 commit comments

Comments
 (0)