You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add some automated check for the production build and configuration. While it would be tricky to do an actual deployment, it would be nice to at least try to install dependencies for prod, and run a simple Django command like manage.py check --deploy.
Rationale
Currently our CI isn't covering the production setup at all, and some issues won't be caught unless we do an actual deployment, which needs some manual work.
The text was updated successfully, but these errors were encountered:
Description
Add some automated check for the production build and configuration. While it would be tricky to do an actual deployment, it would be nice to at least try to install dependencies for prod, and run a simple Django command like
manage.py check --deploy
.Rationale
Currently our CI isn't covering the production setup at all, and some issues won't be caught unless we do an actual deployment, which needs some manual work.
The text was updated successfully, but these errors were encountered: