jpwahle / cs-insights-backend

API server of the cs-insights project. This is the main part of storing data and accessing an external data analysis endpoint. It uses a mongoDB instance to store everything and queries the cs-insights-prediction-endpoint to get machine learning results.
https://jpwahle.github.io/cs-insights-backend/
MIT License
7 stars 0 forks source link

Include NODE_ENV=production for deploys again #83

Closed jpwahle closed 2 years ago

jpwahle commented 2 years ago

The flag needs to be set for the Dockerfile, main.yml, and release.yml for all build stages.