views:

28

answers:

1

I need to push my rails code into stating environment from github. And then deploy this app into engineyard in staging environment. Could some please give me step I need follow

+3  A: 

When you create an environment on Engine Yard, it guides you through setting up access to your git repository. I believe you can deploy from their web interface once you've setup the environment.

Also, this post describes how to get automatic deployments when tests pass.

Alex - Aotea Studios
I adamantly second this. Engine Yard costs a lot of money, and you are paying them to help with this. Put in a ticket.
dasil003