-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
Add Click to Deploy to Heroku Button #42
Comments
You can test what will happen when you click the button by going to this link: Unfortunately, it currently fails in the build process with an error; see output below (basically it looks like https://s3-external-1.amazonaws.com/heroku-buildpack-ruby/cedar-14/ruby-2.1.1.tgz should exist but doesn't). If anyone sees something I don't, let me know.
|
- stack must be cedar for this to work (see #42). - region is almost always going to be in the US, at least for now.
This appears to happen because the cedar-14 build pack is being used instead of To reproduce:
And the output should something look like:
|
Switching to Ruby 2.1.2 helps (thanks, Heroku support!). Commit: Potentially related docs: Message from Heroku support:
And it works! ... wait for it... But then, BAM! Success: |
- stack must be cedar for this to work (see #42). - region is almost always going to be in the US, at least for now.
the IT department would like to deploy this way.
The text was updated successfully, but these errors were encountered: