DEV Community

Cover image for Github Actions flow to deploy Gatsby Blog to Netlify
amlan
amlan

Posted on

2 1

Github Actions flow to deploy Gatsby Blog to Netlify

My Workflow

My workflow provides an automated pipeline to deploy a Gatsby blog from a Github repo to a Netlify website. I am using the workflow to deploy my Blog files and changes: https://amlanscloud.com/

This flow uses the file upload deployment of Netlify so doesnt count towards the automated release quota of free Netlify accounts.

The Actions flow uses a custom Docker image which I created specifically to be used by this flow. The Docker image can be found here:

https://hub.docker.com/repository/docker/awsacdev/netlifycustom

Submission Category:

DIY Deployments

Yaml File or Link to Code

The YAML file can be found in the .github folder of my Github repo:

https://github.com/amlana21/automated-blog-flow

Additional Resources / Info

Full details of my flow can be found here on my blog post:

https://amlanscloud.com/blogworkflow/

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay