Continuous Deployment with Rails & GitHub Actions

Published: Nov. 23, 2020, 4:19 p.m.

Continuous Deployment is the automation of deploying any code that gets merged into your main or release branch. We can easily set up GitHub Actions to run CI and CD for us to automate everything.