Capistrano: Don't know how to build task 'deploy:new_release_path'
The Git plugin relies on the deploy tasks being present. In your Capfile
, you must install the Git plugin after requiring capistrano/deploy
, like this:
require "capistrano/deploy"
require "capistrano/scm/git"
install_plugin Capistrano::SCM::Git