Easy Deployments
Play
31:57 CC

Easy Deployments

#354 Jun 19, 2022 pro
I often create Rails projects and while some of these applications are fairly simple, deployment to a production environment still requires a lot of infrastructure setup. In this episode, we take a look at creating a Rails project template and being able to deploy it to a production environment within minutes.

Deploying to Render
Play
14:12 CC

Deploying to Render

#344 Apr 10, 2022 pro
Heroku is not the only PaaS anymore and there are some cheaper alternatives now-a-days. In this episode, we explore deploying a Ruby on Rails 7 application to Render.

AWS App Runner
Play
19:59 CC

AWS App Runner

#298 May 30, 2021 pro
Amazon's newest hosting service, App Runner, makes it fairly easy to deploy web services. In this episode, we take a look at some of the issues with App Runner as well as how we can deploy a Docker container image to the service. We also dive into building Docker images from an Apple M1 computer and pushing to Elastic Container Registry.

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.

bin/functions
Play
9:04 CC

bin/functions

#271 Nov 29, 2020 pro
We look into the way I streamline the management of my deployments, SSH and status of applications. This makes it easier to switch between projects without having to refer to notes of how each application should deploy.