In my Jenkins build, the last step is to click on the hero and start the db migration. Pressing git works fine and the application deploys, but I am unable to migrate the db. Below is the console output from Jenkins.
+ heroku run rake db:migrate --app myapp Running rake db:migrate attached to terminal... stty: standard input: Invalid argument up, run.6 stty: standard input: Invalid argument
If I run the same command from the server as the jenkins user, it works fine. I get an error during the auto build process.
As a background, this is a Rails 3.1 application running on Geroku cedars.
source share