MadeInHaus / react-starter

A client-side SPA starter bundled with React, Redux, CSS Modules, React Router 4, and Webpack 4
MIT License
9 stars 2 forks source link

Decouple internal workflow #38

Open stevescavo opened 6 years ago

stevescavo commented 6 years ago

It would be nice to decouple our internal workflow approaches from this repo. They are as follows:

Pruning these out would encourage wider adoption/cloning/forking. Of course, solving this involves rethinking and reworking our internal CI/CD flow at HAUS.

stevescavo commented 5 years ago

Encrypted env files via git secret

These have been removed in https://github.com/MadeInHaus/react-starter/commit/7eb0cf99978afb7afb8e0b646b223c191ca40eb9

stevescavo commented 5 years ago

Hardcoded docker image URI (https://github.com/MadeInHaus/react-starter/blob/master/docker-compose.common.yml#L4)

@rynocouse do you want to pick this up?