Skip to content

2.x DSL Configuration Execution Find And Execute Task

josegonzalez edited this page Aug 1, 2011 · 3 revisions

Definition

find_and_execute_task(path, hooks={}) 

Module

Capistrano::Configuration::Execution 

Attempts to locate the task at the given fully-qualified path, and execute it. If no such task exists, a Capistrano::NoSuchTaskError will be raised.

find_and_execute_task("deploy:update_code")

Clone this wiki locally