deli v0.2.0-rc.1 Deli.Config View Source

Provides access to deli configuration

Link to this section Summary

Link to this section Functions

Link to this function

app_user(env) View Source
app_user(Deli.env()) :: atom()

Link to this function

controller() View Source
controller() :: module()

Link to this function

default_target() View Source
default_target() :: Deli.env()

Link to this function

docker_build_image() View Source
docker_build_image() :: Deli.Release.Docker.build_target()

Link to this function

docker_build_port() View Source
docker_build_port() :: :inet.port_number()

Link to this function

docker_build_user() View Source
docker_build_user() :: atom()

Link to this function

docker_build_yarn?() View Source
docker_build_yarn?() :: boolean()

Link to this function

edeliver_target(env) View Source
edeliver_target(atom() | String.t()) :: String.t()

Link to this function

host_provider() View Source
host_provider() :: module()

Returns hosts as configured through :deli application config. If there is a custom host provider configured, it might not be correct.

Link to this function

output_commands?() View Source
output_commands?() :: boolean()

Link to this function

port_forwarding_timeout() View Source
port_forwarding_timeout() :: pos_integer()

Link to this function

port_forwarding_wait() View Source
port_forwarding_wait() :: pos_integer()

Link to this function

project(mix_project \\ nil) View Source
project(module() | nil) :: Keyword.t()

Link to this function

remote_build_host() View Source
remote_build_host() :: Deli.host()

Link to this function

remote_build_user() View Source
remote_build_user() :: atom()

Link to this function

version(mix_project \\ nil) View Source
version(module() | nil) :: Version.t()

Link to this function

versioning() View Source
versioning() :: module()