We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With 4.0.1 and rake 9.0.2.2 against the bamboo-ree-1.8.7 stack, I'm getting the following error when deploying:
! `run:rake db:migrate` is not a heroku command.
There shouldn't be a colon between run and rake. I believe with the latest Heroku API update, this is no longer needed and actually breaks the deploy.
You can see this in the run command on line 50 of https://github.com/fastestforward/heroku_san/blob/master/lib/heroku_san/stage.rb
The text was updated successfully, but these errors were encountered:
d8577eb
No branches or pull requests
With 4.0.1 and rake 9.0.2.2 against the bamboo-ree-1.8.7 stack, I'm getting the following error when deploying:
There shouldn't be a colon between run and rake. I believe with the latest Heroku API update, this is no longer needed and actually breaks the deploy.
You can see this in the run command on line 50 of https://github.com/fastestforward/heroku_san/blob/master/lib/heroku_san/stage.rb
The text was updated successfully, but these errors were encountered: