django-react-boilerplate icon indicating copy to clipboard operation
django-react-boilerplate copied to clipboard

Continuously Integrate Heroku Deployment

Open embs opened this issue 6 years ago • 0 comments

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

embs avatar Mar 18 '19 14:03 embs