deli v0.2.0-rc.1 Deli.Config View Source
Provides access to deli configuration
Link to this section Summary
Functions
Returns hosts as configured through :deli
application config.
If there is a custom host provider configured, it might not be correct
Link to this section Functions
Link to this function
app()
View Source
app()
View Source
app() :: Deli.app()
app() :: Deli.app()
Link to this function
app_user(env) View Source
Link to this function
assets?()
View Source
assets?()
View Source
assets?() :: boolean()
assets?() :: boolean()
Link to this function
bin_path()
View Source
bin_path()
View Source
bin_path() :: String.t()
bin_path() :: String.t()
Link to this function
controller()
View Source
controller()
View Source
controller() :: module()
controller() :: module()
Link to this function
cookie()
View Source
cookie()
View Source
cookie() :: atom()
cookie() :: atom()
Link to this function
default_target()
View Source
default_target()
View Source
default_target() :: Deli.env()
default_target() :: Deli.env()
Link to this function
docker_build_image()
View Source
docker_build_image()
View Source
docker_build_image() :: Deli.Release.Docker.build_target()
docker_build_image() :: Deli.Release.Docker.build_target()
Link to this function
docker_build_port()
View Source
docker_build_port()
View Source
docker_build_port() :: :inet.port_number()
docker_build_port() :: :inet.port_number()
Link to this function
docker_build_user()
View Source
docker_build_user()
View Source
docker_build_user() :: atom()
docker_build_user() :: atom()
Link to this function
docker_build_yarn?()
View Source
docker_build_yarn?()
View Source
docker_build_yarn?() :: boolean()
docker_build_yarn?() :: boolean()
Link to this function
edeliver_target(env) View Source
Link to this function
fetch!(key)
View Source
fetch!(key)
View Source
fetch!(Application.key()) :: Application.value()
fetch!(Application.key()) :: Application.value()
Link to this function
get(key, default \\ nil)
View Source
get(key, default \\ nil)
View Source
get(Application.key(), Application.value()) :: Application.value()
get(Application.key(), Application.value()) :: Application.value()
Link to this function
host_id(env, host) View Source
Link to this function
host_provider()
View Source
host_provider()
View Source
host_provider() :: module()
host_provider() :: module()
Link to this function
hosts(env) View Source
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
mix_env(env) View Source
Link to this function
output_commands?()
View Source
output_commands?()
View Source
output_commands?() :: boolean()
output_commands?() :: boolean()
Link to this function
port_forwarding_timeout()
View Source
port_forwarding_timeout()
View Source
port_forwarding_timeout() :: pos_integer()
port_forwarding_timeout() :: pos_integer()
Link to this function
port_forwarding_wait()
View Source
port_forwarding_wait()
View Source
port_forwarding_wait() :: pos_integer()
port_forwarding_wait() :: pos_integer()
Link to this function
project(mix_project \\ nil) View Source
Link to this function
release()
View Source
release()
View Source
release() :: module()
release() :: module()
Link to this function
remote_build_host()
View Source
remote_build_host()
View Source
remote_build_host() :: Deli.host()
remote_build_host() :: Deli.host()
Link to this function
remote_build_user()
View Source
remote_build_user()
View Source
remote_build_user() :: atom()
remote_build_user() :: atom()
Link to this function
verbose?()
View Source
verbose?()
View Source
verbose?() :: boolean()
verbose?() :: boolean()
Link to this function
version(mix_project \\ nil) View Source
Link to this function
versioning()
View Source
versioning()
View Source
versioning() :: module()
versioning() :: module()