
Use GitHub Actions to deploy GatsbyJS to Netlify
2022年3月6日 • ☕️☕️ 6 min read
To avoid build error in Netlify deploys, I migrate the CD from Netlify to Github Actions. And I'd like to share how to do it in this article.
タグ「CI/CD」の投稿は 2 件

To avoid build error in Netlify deploys, I migrate the CD from Netlify to Github Actions. And I'd like to share how to do it in this article.

Back in the 90s’ of the web, about all sites were static. But as web users grow, we want to display rich contents. Then comes up the new architecture — [Front → Server → DB] like LAMP (Linux…