Reputation: 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
Upvotes: 0
Views: 98
Reputation: 15136
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.
Upvotes: 3