문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top