Skip to content

Commit

Permalink
add Netlify to deploy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
erquhart committed Jan 13, 2018
1 parent 5f97266 commit b48e25c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/docs/deploy-gatsby.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,30 @@ title: "Deploying Gatsby"

## Tutorials for deploying on different static site hosts

* [Netlify](/docs/deploy-gatsby/#netlify)
* [S3/Cloudfront](/docs/deploy-gatsby/#amazon-s3-and-cloudfront)
* [GitHub Pages](/docs/deploy-gatsby/#github-pages)
* [GitLab Pages](/docs/deploy-gatsby/#gitlab-pages)
* [Heroku](/docs/deploy-gatsby/#heroku)

## Netlify

Netlify is the best option to deploy Gatsby sites. Netlify is a unified platform
that automates your code to create high-performant, easily maintainable sites
and web apps. They provide continuous deployment (Git-triggered builds), an
intelligent, global CDN, full DNS (including custom domains), automated HTTPS,
asset acceleration, and a lot more.

Their free tier includes unlimited personal and commercial projects, HTTPS,
continuous deployment from public or private repos and more.

### Deploying

To deploy your Gatsby site to Netlify, go to the [create a new
site](https://app.netlify.com/start) page, select your project repo from GitHub,
GitLab, or Bitbucket, and follow the prompts.


## Amazon S3 and Cloudfront

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

0 comments on commit b48e25c

Please sign in to comment.