-
Notifications
You must be signed in to change notification settings - Fork 120
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
Name the app that's deployed to Heroku #2097
Conversation
LGTM 👍 |
I've realised that I should update the documentation in factcheck.md as part of this branch. |
f82052d
to
9b872d7
Compare
I've made a couple of changes to this branch. I'd appreciate you taking another look when you have a moment, @floehopper. |
LGTM 👍 |
Naming the app using the pull request number should ensure the names are unique and also easily guessable/discoverable. I'm passing the `--app` option to the `heroku` commands in preparation for also naming the git remote so that we can potentially have multiple heroku apps running at once.
This should make it easier to have multiple pull requests deployed to Heroku at one time.
To explain that you need to pass the GitHub pull request number to the `startup_heroku.sh` script.
9b872d7
to
7ffbaf1
Compare
I've rebased on master and force-pushed in preparation for merging to master. |
The test failure was to do with the problem described and fixed in PR #2107. I'm going to merge this to master. |
Name the app that's deployed to Heroku
Naming the app using the pull request number should ensure the names are
unique but also easily guessable/discoverable.