Class: EY::Serverside::Deploy

Inherits:
DeployBase show all
Defined in:
lib/engineyard-serverside/deploy.rb

Overview

DeployBase

Defined Under Namespace

Classes: Configuration

Constant Summary

Constants included from Dataflow

Dataflow::UnificationError, Dataflow::VERSION

Instance Attribute Summary

Attributes inherited from Task

#config

Class Method Summary collapse

Methods inherited from DeployBase

#bundle, #cached_deploy, #callback, #cleanup_old_releases, #conditionally_enable_maintenance_page, #copy_repository_cache, #create_revision_file, #deploy, #disable_maintenance_page, #enable_maintenance_page, #get_bundler_installer, #migrate, #push_code, #required_downtime_stack?, #restart, #restart_command, #restart_with_maintenance_page, #rollback, #run_with_callbacks, #symlink, #symlink_configs

Methods included from LoggedOutput

#debug, #info, logfile, logfile=, #logged_system, verbose=, verbose?, #verbose?

Methods inherited from Task

#initialize, #require_custom_tasks, #roles, #run, #sudo

Methods included from Dataflow

#barrier, #by_need, #flow, included, #local, #need_later, #unify

Constructor Details

This class inherits a constructor from EY::Serverside::Task

Class Method Details

.new(config) ⇒ Object



335
336
337
338
339
# File 'lib/engineyard-serverside/deploy.rb', line 335

def self.new(config)
  # include the correct fetch strategy
  include EY::Serverside::Strategies.const_get(config.strategy)::Helpers
  super
end