Ryan
Ryan

Reputation: 2112

deploying an nginx/rails/node app onto EC2

Basic Problem

About the App

About the EC2 instance

About my deploying platform

errors

Upvotes: 2

Views: 724

Answers (1)

sarnold
sarnold

Reputation: 104110

I believe you need to add:

set :user, "ec2-user"

to your deploy.rb file, as seen here: http://wiki.dreamhost.com/Capistrano#Automate_Deployment_with_Capistrano_.28.22capify.22.29

Upvotes: 1

Related Questions