Question

I usually use rubber gem to deploy to Amazon EC2. However, now I want to deploy to an existing EC2 instance which is already running. I could not find any reference on internet. All that I could find uses cap rubber:create_staging or cap rubber:create, but I dont want to create a new instance.

Any help?

Was it helpful?

Solution

run cap deploy As long as your already have your production instance configured, capistrano should deploy the updates.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top