class Rubble::Plan::Deploy

Public Instance Methods

execute(context) click to toggle source
# File lib/rubble/plan/deploy.rb, line 6
def execute(context)
    @target.deploy(context, env, server, @resource)
end