Testing out capistrano v3 for railsplayground
The process to generate the capistrano deploy error is as follows:
- Created github repo: https://github.com/schenkman/rp-cap-test
- Cloned repo and created blank rails application and commited files
- Enable capistrano in the gemfile (simply uncommented it)
- Run "cap install" and commit files
- Edit files for a deploy to railsplayground
- Check changes in config/deploy.rb and config/deploy/staging.rb
- Run "cap deploy:checK" and see error