Automate Rails deployments with GitHub Actions
Automating deployments is a great way to speed up software delivery and reduce the cycle time for feedback. In this post I’ll show you how to create a continuous deployment (CD) workflow using GitHub Actions and SSH-based deployment. Configuring and loading SSH keys requires some extra steps, which I cover in detail. https://mattbrictson.com/blog/deploy-rails-with-github-actions
Post a comment