Capistrano Question

Capistrano indicates that the deployment directory structure isn't set up on the server. You could try:

cap deploy:setup # Prepares one or more servers for deployment.

--Andrew Vit