Back to Gatsby

Create a Deploy to Gatsby Cloud Button

docs/docs/how-to/cloud/create-a-deploy-to-gatsby-cloud-button.md

2.20.0972 B
Original Source

Gatsby Cloud supports Deploy Buttons which you can use to quickly create new sites from Github repositories.

At this time, only public Github repos are supported.

Have a feature request for Deploy Buttons? Suggest a feature.

Configure a button

Set the url parameter of the link to your public Github repo.

HTML snippet:

html
<a
  href="https://www.gatsbyjs.com/dashboard/deploynow?url=https://github.com/gatsbyjs/gatsby-starter-blog"
  target="_blank"
>
  
</a>

Markdown:

markdown
[![Deploy to Gatsby Cloud](https://www.gatsbyjs.com/deploynow.svg)](https://www.gatsbyjs.com/dashboard/deploynow?url=https://github.com/gatsbyjs/gatsby-starter-blog)