Packages

Mix-first deployment tool for bare-metal Elixir releases over SSH. An Elixir port of Kamal using native releases, Caddy, and Elixir configuration.

Current section

Files

Jump to
xamal lib mix tasks xamal app version.ex
Raw

lib/mix/tasks/xamal/app/version.ex

defmodule Mix.Tasks.Xamal.App.Version do
@moduledoc "Prints the current release version on each host."
@shortdoc "Shows the deployed version"
use Xamal.MixTask, run: {Xamal.AppTasks, :version}
end