Packages

Mix tasks and helpers for operating Kamal deployments from Elixir projects.

Current section

Files

Jump to
kamal_ops lib kamal_ops.ex
Raw

lib/kamal_ops.ex

defmodule KamalOps do
@moduledoc """
Shared helpers and Mix tasks for operating Kamal deployments.
End-user tasks live under `mix kamal.*`.
"""
end