Gatsby Cloud supports Deploy Buttons which makes it easy to quickly create new sites from GitHub repos.
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:
<a href="https://www.gatsbyjs.com/dashboard/deploynow?url=https://github.com/gatsbyjs/gatsby-starter-blog" target="_blank">
<img src="https://www.gatsbyjs.com/deploynow.svg" alt="Deploy to Gatsby Cloud" />
</a>
Markdown:
[](https://www.gatsbyjs.com/dashboard/deploynow?url=https://github.com/gatsbyjs/gatsby-starter-blog)
Comments
0 comments
Article is closed for comments.