Method: Dean::Build#build_all_environments

Defined in:
lib/dean/commands/build.rb

#build_all_environmentsObject



9
10
11
12
13
14
# File 'lib/dean/commands/build.rb', line 9

def build_all_environments
  configurations_helper = ConfigurationHelper.new
  configurations_helper.all_environments.each do |environment|
    build_environment environment
  end
end