For the record: in the Capistrano 3, use invoke()
, e.g.
desc "Task that does something"
task :do_something do
invoke 'namespace:task'
end
More at https://github.com/capistrano/capistrano#before–after
For the record: in the Capistrano 3, use invoke()
, e.g.
desc "Task that does something"
task :do_something do
invoke 'namespace:task'
end
More at https://github.com/capistrano/capistrano#before–after