Module: Rumination::Deploy

Extended by:
ClassMethods
Includes:
ActiveSupport::Configurable
Defined in:
lib/rumination/deploy.rb,
lib/rumination/deploy/class_methods.rb

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

DeployError =
Class.new(RuntimeError)
UnknownTarget =
Class.new(DeployError)
BootstrapError =
Class.new(DeployError)
BootstrappedAlready =
Class.new(BootstrapError)
DatabaseInitError =
Class.new(BootstrapError)

Method Summary

Methods included from ClassMethods

app_container_full_name, app_container_name, bootstrapped_flag_path, compose_project_name, development_target?, docker_env, factory_reset!, files_to_copy_on_bootstrap, files_to_copy_on_deploy, load_target_config, migrate_on_deploy?, project_with_target_name, seeds_dump_file, write_env_file