django-react-boilerplate
django-react-boilerplate copied to clipboard
Continuously Integrate Heroku Deployment
Is your feature request related to a problem? Please describe.
Heroku and this project are constantly changing and sometimes changes can brake deployment on Heroku of new apps deriving from django-react-boilerplate. This was experienced at least in
- https://github.com/vintasoftware/django-react-boilerplate/issues/55
- https://github.com/vintasoftware/django-react-boilerplate/issues/279
Describe the solution you'd like
Deployment to Heroku to be performed and validated for every PR before it gets merged into master.
Describe alternatives you've considered
I can't tell if CircleCI would be capable of accomplishing such a thing but I guess we could use some tool for CI / CD to deploy the example app to Heroku and perform some health check (beyond the ones Heroku already provides, e.g., this one).
Additional context
Related issues:
- https://github.com/vintasoftware/django-react-boilerplate/issues/161
- https://github.com/vintasoftware/django-react-boilerplate/issues/279
- https://github.com/vintasoftware/django-react-boilerplate/issues/13
- https://github.com/vintasoftware/django-react-boilerplate/issues/55