RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Deploying Prebuilt Docker Images with Kamal

A small but useful realization from recent client work: Kamal isn’t only for applications you build yourself.

For a long time I assumed Kamal’s workflow was push-repo → build-image → ship-to-server, and that’s it. The documentation walks you through that path, and most online examples reinforce it.

I wrote up the pattern with a working Campfire deploy.yml, the command flow, and the gotchas I hit (architecture matters even without building, healthcheck paths aren’t universal, pin your tags) on my blog.

https://mariochavez.io/desarrollo/2026/05/04/deploying-prebuilt-docker-images-with-kamal/

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in