-
Notifications
You must be signed in to change notification settings - Fork 26
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
Continuous Delivery per Pull Request on Heroku #183
Comments
So I got Heroku review apps set up on #201....and GitHub OAuth rejects auth because the URL doesn't match. This is...unfortunate. |
I mentioned this challenge to @Steven-Pingel and he directed me toward http://stackoverflow.com/a/32544022/54249. We should be able to use |
Looks like we're going to have to replace |
Now that the relevant code has been shipped, review apps can be deployed from https://dashboard.heroku.com/apps/huboard-rails/deploy/github. PRs without the new app.json (and relevant Warden code) won't work, so we'll want to pull |
https://devcenter.heroku.com/articles/github-integration-review-apps
The text was updated successfully, but these errors were encountered: