Deploying to Amazon Linux 2
Play
31:02 CC

Deploying to Amazon Linux 2

#285 Feb 28, 2021 pro
I recently upgraded Drifting Ruby's site from Ruby 2.6 to Ruby 2.7 as part of some general maintenance. The Beanstalk instance was using an older version of Amazon Linux. During the upgrade process, I discovered that it wasn't a simple transition. In this episode, we look at the discovery path and how to successfully deploy your Ruby on Rails application to AWS Elastic Beanstalk with Amazon Linux 2 and Ruby 2.7.

Deploying with MRSK
Play
37:42 CC

Deploying with MRSK

#391 Mar 5, 2023 free
Kamal (MRSK) deploys web apps anywhere from bare metal to cloud VMs using Docker with zero downtime. In this episode, we will set up a Digital Ocean infrastructure with a Load Balancer, Virtual Machines, and a PostgreSQL database. We'll use Kamal (MRSK) to provision and deploy our Rails application to the Virtual Machines.

Automate Rake Tasks
Play
18:22 CC

Automate Rake Tasks

#365 Sep 4, 2022 free
When rake tasks need to be part of a deployment, you could find yourself in a situation where the rake task was forgotten about or have to go through the process of shelling into the environment to execute the tasks. In this episode, we look at addressing these issues by creating a way to have rake tasks execute automatically.

Kamal in GitHub Actions
Play
31:01 CC

Kamal in GitHub Actions

#425 Oct 22, 2023 pro
Kamal is a great utility for deploying your application to a server. It can handle many different kinds of use cases. However, there is some disconnect on how to use it within a CI/CD pipeline. In this episode, we'll look at deploying a Rails 7.1 application with SQLite to a virtual machine using Kamal within GitHub Actions.

Digital Ocean App Platform
Play
17:36 CC

Digital Ocean App Platform

#434 Dec 24, 2023 pro
Fly, AWS App Runner, Render and Heroku are great choices for Platform as a Service solutions, but there's Digital Ocean's App Platform. In this episode we'll look at deploying a Rails 7.1 application to this Digital Ocean PaaS.