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.
Configure a button
Set the url
parameter of the link to your public GitHub repo.
HTML snippet:
https://www.gatsbyjs.com/dashboard/deploynow?url=https://github.com/gatsbyjs/gatsby-starter-blog" target="_blank"
https://www.gatsbyjs.com/deploynow.svg" alt="Deploy to Gatsby Cloud" /
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)
Comments
0 comments
Please sign in to leave a comment.