capistrano initial deployment
- by Richard G
I'm trying to set up Capistrano to deploy to an AWS box. This is the first time I've tried to set this up, so please bear with me.
Could someone take a look at this and let me know if you can solve this error? The output below is the deploy.rb file, and it's output when it runs.
set :application, "apparel1"
set :repository, …