Recent Posts

How to rollback a deployment with Kamal?

less than 1 minute read

Learn how to rollback a deployment in Kamal using the kamal rollback command. This guide covers finding the right version, executing the rollback, and verify...

How to access Rails app logs on Kamal?

less than 1 minute read

Discover how to access your Rails app logs using Kamal’s aliases feature. This post walks you through setting up and using the logs alias for real-time monit...

How to run a rake task on Kamal?

less than 1 minute read

Need to execute a Rake task on your Kamal-deployed Rails app? This tutorial provides the exact command and syntax you need. Get your tasks running smoothly -...

Accessing the rails console on Kamal?

less than 1 minute read

Learn how to open the Rails console in Kamal for both version 1.x and 2.0. This guide covers commands and aliases to make debugging and management easy. Star...

How to restart Traefik with Kamal?

less than 1 minute read

Need to restart Traefik for your Kamal deployment? Discover the commands for restarting and rebooting Traefik, plus when to use each. Keep your routing smoot...

How to push the env file with Kamal?

less than 1 minute read

Learn how to push your environment variables to hosts using Kamal’s env push command. This post covers configuration, best practices, and how to secure your ...

How to setup Kamal?

less than 1 minute read

Learn how to set up Kamal for your Rails application. This guide covers installation, initialization, and configuration steps.