user417647
user417647

Reputation: 1

Rails deployment

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

Answers (1)

Alex Korban
Alex Korban

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

Related Questions