surp-hovhannes / bahk

App for Christians curious about how, when, and why to fast
MIT License
3 stars 1 forks source link

Feature/heroku app json #37

Closed mattash closed 1 month ago

mattash commented 1 month ago

Adds app.json to streamline the creation of instances on heroku for the purpose of reviewing PRs in a production environment.

Note: the parameter for test script in app.json is set to "python manage.py test" when the actual testing suite is at "pytest". However, since our testing suite is broken this would cause a nuisance with CI testing, and prevent deployment. When the testing suite is resolved this setting should be fixed.

mattash commented 1 month ago

@andylitalo this is in response to PR #35. Roll this update into that PR, and I can more easily create a review version of the app on Heroku that will pull in the existing production DB for testing. PS: i could have manually configured that review app, but this way it'll be easier in the future to test in production environment.