We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
Capistrano::NoSuchTaskError
find_and_execute_task("deploy:update_code")
There was an error while loading. Please reload this page.