-
Notifications
You must be signed in to change notification settings - Fork 0
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 Heroku config #16
Conversation
e5fac6a
to
d7e05b9
Compare
@jazairi would you mind adding a commit (or opening a ticket) to change prod db to be pg? This still uses sqlite on Heroku. I have no preference as to whether that's a new commit or a new ticket. The rest of this is 👍🏻 so if you prefer the new ticket approach I'll approve. |
d12e31a
to
fe864e0
Compare
Closing and re-opening the PR to test the build process |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll open new tickets to get GraphiQL working (it's dev only right now) as well as creating a splash page.
Why these changes are being introduced: We need a Procfile and app.json for our Heroku config. Relevant ticket(s): https://mitlibraries.atlassian.net/browse/ENGX-239 How this addresses that need: This adds a Procfile and app.json with the initial settings we'll need. Side effects of this change: The pg has been added to production.
fe864e0
to
fd16f95
Compare
Why these changes are being introduced:
We need a Procfile and app.json for our Heroku config.
Relevant ticket(s):
https://mitlibraries.atlassian.net/browse/ENGX-239
How this addresses that need:
This adds a Procfile and app.json with the initial settings we'll
need.
Side effects of this change:
None.