Method: Nucleon::Action::Plan::Deploy#execute

Defined in:
lib/nucleon/action/plan/deploy.rb

#executeObject


Action operations



32
33
34
35
36
37
38
39
# File 'lib/nucleon/action/plan/deploy.rb', line 32

def execute
  super do
    info('start')
    unless plan.execute(:deploy)
      myself.status = code.deploy_failed
    end
  end
end