Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 315 Bytes

2.x-DSL-Configuration-Execution-Find-And-Execute-Task.md

File metadata and controls

11 lines (6 loc) · 315 Bytes

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")